Closed
Bug 1403204
Opened 8 years ago
Closed 8 years ago
Code that configures telephone-event assumes that it is always last in the codec array
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: bwc, Assigned: dminor)
Details
Attachments
(1 file)
Spotted by drno.
https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/peerconnection/MediaPipelineFactory.cpp#736
This might not be the case if RED is also present. We should probably actually search the array.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → dminor
| Assignee | ||
Updated•8 years ago
|
Rank: 25
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8912387 [details]
Bug 1403204 - Code that configures telephone-event should not assume that it is always last in the codec array;
https://reviewboard.mozilla.org/r/183708/#review188920
Attachment #8912387 -
Flags: review?(docfaraday) → review+
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f05e4bf0fac
Code that configures telephone-event should not assume that it is always last in the codec array; r=bwc
| Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
Comment 4•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•