Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Issue 2647593003: Accept SDP with TRANSPORT attributes missing from bundled m= sections. (Closed)

Created:
3 years, 11 months ago by Taylor Brandstetter
Modified:
3 years, 10 months ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, the sun, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Accept SDP with TRANSPORT attributes missing from bundled m= sections. Where "TRANSPORT attributes" refers to: https://tools.ietf.org/html/draft-ietf-mmusic-sdp-mux-attributes-16 The BUNDLE draft now says that these attributes can (in fact, MUST) be omitted when m= sections are bundled (they only need to go in one of the bundled m= sections), so we should start accepting that SDP. This CL doesn't fix "a=rtcp-mux", unfortunately. That will be easier to fix once we've split apart an "RtpTransport" object from BaseChannel. BUG=webrtc:6351 Review-Url: https://codereview.webrtc.org/2647593003 Cr-Commit-Position: refs/heads/master@{#16782} Committed: https://chromium.googlesource.com/external/webrtc/+/b7892536616aae4582ac6edb76bac14a00ea7937

Patch Set 1 #

Patch Set 2 : Fix "a=fingerprint" too. #

Total comments: 19

Patch Set 3 : Merge with master #

Patch Set 4 : Improving comments and variable naming #

Patch Set 5 : Merge with master #

Patch Set 6 : Fixing tests due to bool's meaning being reversed in patchset 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -108 lines) Patch
M webrtc/p2p/base/transportdescriptionfactory.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory_unittest.cc View 1 2 3 4 5 9 chunks +14 lines, -17 lines 0 comments Download
M webrtc/pc/mediasession.h View 1 2 3 4 2 chunks +22 lines, -21 lines 0 comments Download
M webrtc/pc/mediasession.cc View 1 2 3 4 10 chunks +84 lines, -63 lines 0 comments Download
M webrtc/pc/peerconnection_unittest.cc View 1 2 3 4 chunks +46 lines, -0 lines 0 comments Download
M webrtc/pc/webrtcsession.cc View 1 2 3 2 chunks +30 lines, -6 lines 0 comments Download

Messages

Total messages: 24 (13 generated)
Taylor Brandstetter
I realize the mediasession.cc code is ugly. I have a CL in the works that ...
3 years, 11 months ago (2017-01-21 05:46:17 UTC) #4
Taylor Brandstetter
3 years, 10 months ago (2017-02-16 01:57:06 UTC) #6
pthatcher1
https://codereview.webrtc.org/2647593003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2647593003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode529 webrtc/api/peerconnection_unittest.cc:529: make_real_max_bundle_offer_ = real; A better name might be: modify_remote_offers_to_spec_compliant_bundle_ ...
3 years, 10 months ago (2017-02-17 19:17:33 UTC) #7
Taylor Brandstetter
https://codereview.webrtc.org/2647593003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2647593003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode529 webrtc/api/peerconnection_unittest.cc:529: make_real_max_bundle_offer_ = real; On 2017/02/17 19:17:32, pthatcher1 wrote: > ...
3 years, 10 months ago (2017-02-17 21:49:15 UTC) #8
pthatcher1
lgtm
3 years, 10 months ago (2017-02-22 18:42:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2647593003/60001
3 years, 10 months ago (2017-02-22 23:52:48 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_ios10_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_ios10_dbg/builds/1715) ios64_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 10 months ago (2017-02-22 23:54:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2647593003/80001
3 years, 10 months ago (2017-02-23 01:53:37 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_asan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/22367)
3 years, 10 months ago (2017-02-23 02:06:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2647593003/100001
3 years, 10 months ago (2017-02-23 02:20:55 UTC) #21
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 03:35:25 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/b7892536616aae4582ac6edb7...

Powered by Google App Engine
This is Rietveld 408576698