Closed
Bug 821299
Opened 13 years ago
Closed 12 years ago
Make ALSA WebRTC backend expose proper IDs using device names
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: ted, Assigned: ted)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
6.06 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
For some reason the ALSA audio backend doesn't expose the device name (which is basically the device ID), and only exposes descriptions, which is what we wind up using for device IDs. This means that you can't actually select some devices because you might have two copies of a device with the same name. This patch fixes that. (It probably needs to go upstream, as well.)
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #691807 -
Flags: review?(rjesup)
Comment 2•13 years ago
|
||
Comment on attachment 691807 [details] [diff] [review]
Make ALSA WebRTC backend expose proper IDs using device names
Review of attachment 691807 [details] [diff] [review]:
-----------------------------------------------------------------
I presume 'name' in those spots is always set and unique? If so, r+
Attachment #691807 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•