Closed
Bug 1312413
Opened 9 years ago
Closed 9 years ago
`mDefaultDevice` should be an index in `mDeviceIndexes`
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox49 | --- | wontfix |
firefox-esr45 | --- | unaffected |
firefox50 | --- | wontfix |
firefox51 | --- | fixed |
firefox52 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
jesup
:
review+
gchang
:
approval-mozilla-beta+
|
Details |
Updated•9 years ago
|
Rank: 25
Priority: -- → P2
Assignee | ||
Updated•9 years ago
|
Summary: Don't assume that the default device is first in the list of device → `mDefaultDevice` should be an index in `mDeviceIndexes`
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8803898 [details]
Bug 1312413 - `mDefaultDevice` should be an index in `mDeviceIndexes`.
https://reviewboard.mozilla.org/r/88106/#review87030
Thanks!
Attachment #8803898 -
Flags: review?(rjesup) → review+
Comment 3•9 years ago
|
||
Please nominate for aurora before uplift
Updated•9 years ago
|
status-firefox49:
--- → wontfix
status-firefox50:
--- → affected
status-firefox51:
--- → affected
status-firefox-esr45:
--- → unaffected
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/d2b9b6e2da6b
`mDefaultDevice` should be an index in `mDeviceIndexes`. r=jesup
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•9 years ago
|
Comment 6•9 years ago
|
||
Comment on attachment 8803898 [details]
Bug 1312413 - `mDefaultDevice` should be an index in `mDeviceIndexes`.
NOTE: will require the trivial follow-on fix in bug 1307754
Approval Request Comment
[Feature/regressing bug #]: full-duplex landing (spring)
[User impact if declined]: Incorrect default audio mic when preferred mic changes
(It so happens that on the first time through, 'i' is the same as 'j' should be, so it's ok by chance, but if the device list changes later it can be wrong)
[Describe test coverage new/current, TreeHerder]: Requires manual plug/unplug testing
[Risks and why]: virtually none; at worst wrong mic selected
[String/UUID change made/needed]: none
Attachment #8803898 -
Flags: approval-mozilla-beta?
Comment 7•9 years ago
|
||
Comment on attachment 8803898 [details]
Bug 1312413 - `mDefaultDevice` should be an index in `mDeviceIndexes`.
Fix an issue related to related to WebRTC. Beta51+. Should be in 51 beta 2.
Attachment #8803898 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•9 years ago
|
Assignee: nobody → padenot
Comment 8•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•