Closed
Bug 1250356
Opened 7 years ago
Closed 7 years ago
Update WebRTC code to webrtc.org stable branch 49
Categories
(Core :: WebRTC, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: pkerr, Assigned: jesup)
References
(Depends on 1 open bug, Blocks 5 open bugs)
Details
Attachments
(1 file)
8.92 KB,
patch
|
bwc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•7 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 10
Assignee | ||
Updated•7 years ago
|
Blocks: webrtc_updates
Assignee | ||
Comment 1•7 years ago
|
||
Adds basic directionality support for extmaps, and also removes RID from the audio extmaps. Uses SendOnly for both audio-level and RID; note that this means in firefox-firefox calls, RID will be rejected at the SDP level. This does not fix that RID is enabled in non-simulcast calls.
Attachment #8795400 -
Flags: review?(docfaraday)
Assignee | ||
Updated•7 years ago
|
Assignee: pkerr → rjesup
Comment 2•7 years ago
|
||
Comment on attachment 8795400 [details] [diff] [review] extmap_direction_support_and_cleanup Review of attachment 8795400 [details] [diff] [review]: ----------------------------------------------------------------- ::: media/webrtc/signaling/src/sdp/SdpHelper.cpp @@ +756,5 @@ > + > + ((i->direction == SdpDirectionAttribute::Direction::kSendrecv || > + i->direction == SdpDirectionAttribute::Direction::kRecvonly) && > + (j->direction == SdpDirectionAttribute::Direction::kSendrecv || > + j->direction == SdpDirectionAttribute::Direction::kSendonly)))) { You can probably simplify this a lot by using the flags that make up the direction enum: https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/sdp/SdpAttribute.h#184
Attachment #8795400 -
Flags: review?(docfaraday) → review+
Assignee | ||
Comment 3•7 years ago
|
||
nico: your try had compile issues, and also didn't disable the test. Try this: https://treeherder.mozilla.org/#/jobs?repo=try&revision=42c72403157ec15202d91a07135e92bb78922b6a
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/e10e9f0e5ca2 Webrtc updated to upstream branch 49; pull made 2016-02-22 by pkerr rs=jesup https://hg.mozilla.org/integration/mozilla-inbound/rev/126348e718d0 rollup of changes for webrtc after applying webrtc.org v49 update r=pkerr,ng,pehrsons,etc
Blocks: 1318809
as a note, there is a slight increase in the number of constructors measured during compilation: == Change summary for alert #4650 (as of December 28 2016 00:45 UTC) == Regressions: 2% compiler_metrics num_constructors linux32 opt 97 -> 99.33 2% compiler_metrics num_constructors linux32 pgo 97 -> 99.25 2% compiler_metrics num_constructors linux64 pgo 97 -> 99.25 1% compiler_metrics num_constructors linux32 debug 178 -> 180.17 1% compiler_metrics num_constructors linux64 debug 178 -> 180.17 For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=4650 We don't require anything here, this is just an FYI.
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e10e9f0e5ca2 https://hg.mozilla.org/mozilla-central/rev/126348e718d0
Updated•7 years ago
|
No longer blocks: 1326288
status-firefox47:
affected → ---
Depends on: 1326288
Target Milestone: mozilla47 → mozilla53
Comment 7•7 years ago
|
||
I'm thinking this could probably use some QA testing at some point during the 53 cycle as well.
Iteration: 47.3 - Mar 7 → ---
Flags: qe-verify?
Comment 8•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #7) > I'm thinking this could probably use some QA testing at some point during > the 53 cycle as well. Jesup, is there anything manual QA can do here to help? We need to be aware of testing needs as soon as possible, especially since this is already in Beta 53.
Flags: needinfo?(rjesup)
Updated•6 years ago
|
Updated•5 years ago
|
Flags: qe-verify? → qe-verify-
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•