Closed
Bug 1474808
Opened 7 years ago
Closed 7 years ago
MediaPipeline::SetTransport doesn't always set mDescription
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
Details
Attachments
(1 file)
SetTransport bails early if there is no DOM Track[0], and does not set mDescription. It should probably set mDescription.
[0] https://searchfox.org/mozilla-central/source/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp#1393
| Assignee | ||
Comment 1•7 years ago
|
||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•7 years ago
|
Attachment #8991221 -
Flags: review?(docfaraday)
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8991221 [details]
Bug 1474808 - MediaPipeline set description even when there is no DOM Track
https://reviewboard.mozilla.org/r/256180/#review263538
Attachment #8991221 -
Flags: review?(docfaraday) → review+
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/64fe39155063
MediaPipeline set description even when there is no DOM Track r=bwc
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•