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

Issue 2562183002: Implement parsing/serialization of a=bundle-only. (Closed)

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

Description

Implement parsing/serialization of a=bundle-only. This CL doesn't start *using* a=bundle-only; it just adds support for parsing it. We need to do this first, because otherwise old versions of WebRTC will interpret a zero port value as a rejected m= section. BUG=webrtc:4674 Committed: https://crrev.com/25ed435afee393ef94cb0cd357ff594407b0453d Cr-Commit-Position: refs/heads/master@{#15558}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -24 lines) Patch
M webrtc/api/webrtcsdp.cc View 12 chunks +51 lines, -14 lines 3 comments Download
M webrtc/api/webrtcsdp_unittest.cc View 5 chunks +123 lines, -5 lines 1 comment Download
M webrtc/p2p/base/sessiondescription.h View 2 chunks +21 lines, -5 lines 0 comments Download
M webrtc/p2p/base/sessiondescription.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Taylor Brandstetter
PTAL Peter. When I was looking at the gaps between our BUNDLE implementation and the ...
4 years ago (2016-12-10 20:57:13 UTC) #2
pthatcher1
lgtm https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc File webrtc/api/webrtcsdp.cc (right): https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc#newcode283 webrtc/api/webrtcsdp.cc:283: SdpParseError* error); This could really use one out ...
4 years ago (2016-12-12 23:38:30 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc File webrtc/api/webrtcsdp.cc (right): https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc#newcode283 webrtc/api/webrtcsdp.cc:283: SdpParseError* error); On 2016/12/12 23:38:29, pthatcher1 wrote: > This ...
4 years ago (2016-12-13 02:13:59 UTC) #4
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/2562183002/1
4 years ago (2016-12-13 02:14:13 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-13 02:37:40 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/25ed435afee393ef94cb0cd357ff594407b0453d Cr-Commit-Position: refs/heads/master@{#15558}
4 years ago (2016-12-13 02:37:49 UTC) #11
pthatcher1
3 years, 11 months ago (2017-01-03 17:31:01 UTC) #12
Message was sent while issue was closed.
https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc
File webrtc/api/webrtcsdp.cc (right):

https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp.cc#newco...
webrtc/api/webrtcsdp.cc:2374: }
It looks like we need to remove this block (or comment it out) until Firefox
fixes their SDP:

https://bugzilla.mozilla.org/show_bug.cgi?id=1325991

https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp_unittest.cc
File webrtc/api/webrtcsdp_unittest.cc (right):

https://codereview.webrtc.org/2562183002/diff/1/webrtc/api/webrtcsdp_unittest...
webrtc/api/webrtcsdp_unittest.cc:391: "a=ssrc:3 label:video_track_id_1\r\n";
We should probably add a test for broken SDP from Firefox, like this SDP:

https://bugzilla.mozilla.org/show_bug.cgi?id=1325991

Powered by Google App Engine
This is Rietveld 408576698