Closed
Bug 1534313
Opened 6 years ago
Closed 6 years ago
Make the CubebDeviceEnumerator the only path to enumerate audio devices
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: achronop, Assigned: achronop)
References
Details
Attachments
(4 files)
We want that because the CubebDeviceEnumerator contains logic to touch the devices as less as possible on repeating enumerations.
Also, one more patch has been added to move the default output device on the top of the list of output devices, similar to input devices.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Pushed by achronopoulos@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4252f238b68
Put the default audio output first in the list of devices. r=padenot
https://hg.mozilla.org/integration/autoland/rev/eae4a9ff0b9b
Add new method in enumerator to get the device info from device name. r=padenot
https://hg.mozilla.org/integration/autoland/rev/fc232edfe6e8
Remove direct calls to GetDeviceCollection method. r=padenot
https://hg.mozilla.org/integration/autoland/rev/fe17244230e8
Make GetDeviceCollection accessible only by the enumerator. r=padenot
Comment 6•6 years ago
|
||
Backed out 4 changesets (Bug 1534313) for causing a perfmafailing Gtest in /builds/worker/workspace/build/application/firefox/gmp-clearkey CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=234575512&repo=autoland&lineNumber=1217
Flags: needinfo?(achronop)
Backout by shindli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f9968338e4e
Backed out 4 changesets for causing a perfmafailing Gtest in /builds/worker/workspace/build/application/firefox/gmp-clearkey CLOSED TREE
| Assignee | ||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Attachment #9050008 -
Attachment description: Bug 1534313 - Put the default audio output first in the list of devices. r?padenot → Bug 1534313 - Put the default audio output first in the list of devices. r=padenot
Updated•6 years ago
|
Attachment #9050009 -
Attachment description: Bug 1534313 - Add new method in enumerator to get the device info from device name. r?padenot → Bug 1534313 - Add new method in enumerator to get the device info from device name. r=padenot
Pushed by achronopoulos@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/383d67dc9870
Put the default audio output first in the list of devices. r=padenot
https://hg.mozilla.org/integration/autoland/rev/a7fb15aa8492
Add new method in enumerator to get the device info from device name. r=padenot
https://hg.mozilla.org/integration/autoland/rev/f6916040dea3
Remove direct calls to GetDeviceCollection method. r=padenot
https://hg.mozilla.org/integration/autoland/rev/9ba365837090
Make GetDeviceCollection accessible only by the enumerator. r=padenot
Comment 11•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/383d67dc9870
https://hg.mozilla.org/mozilla-central/rev/a7fb15aa8492
https://hg.mozilla.org/mozilla-central/rev/f6916040dea3
https://hg.mozilla.org/mozilla-central/rev/9ba365837090
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•