Don't count 0-channel device in AudioDeviceSet
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
People
(Reporter: chunmin, Assigned: chunmin)
References
Details
Attachments
(4 files)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Per bug 1749281 comment 2 We should avoid creating 0-channel device
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
The cubeb_device_collection.count
should be set to 0
in the
cubeb_device_collection_destroy
.
Depends on D136629
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D136641
Assignee | ||
Comment 4•3 years ago
|
||
Move implementation of cubeb_mock_device_collection_destroy to cpp file
Depends on D136642
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9223e2bf6ad5
https://hg.mozilla.org/mozilla-central/rev/e626fd455fef
https://hg.mozilla.org/mozilla-central/rev/8db5a7fbf5a9
https://hg.mozilla.org/mozilla-central/rev/0d2c7f4df16a
Comment 7•3 years ago
|
||
Please nominate this for Beta uplift when you get a chance.
Assignee | ||
Comment 8•3 years ago
|
||
Comment on attachment 9260177 [details]
Bug 1751443 - Don't count 0-channel device in AudioDeviceSet
Beta/Release Uplift Approval Request
- User impact if declined: Users may crash during video conferencing
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch simply adds a check to validate the audio device. If the device is zero-channel, then we don't report it to the user so the user won't select the invalid device and then pass it to our system.
- String changes made/needed:
Assignee | ||
Updated•3 years ago
|
Comment 9•3 years ago
|
||
Comment on attachment 9260177 [details]
Bug 1751443 - Don't count 0-channel device in AudioDeviceSet
Mostly just test changes. Fixes a crash. Approved for 97.0b9.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 10•3 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/2c6a62c9c7ec
https://hg.mozilla.org/releases/mozilla-beta/rev/c45d4a4cebfa
https://hg.mozilla.org/releases/mozilla-beta/rev/7da0d150cf28
https://hg.mozilla.org/releases/mozilla-beta/rev/a627c9d80b68
Description
•