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

Issue 1880913002: Accept all the media profiles required by JSEP. (Closed)

Created:
4 years, 8 months ago by Zhi Huang
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Accept all the media profiles required by JSEP. JSEP section 5.1.3 states that: Any profile matching the following patterns MUST be accepted: "RTP/[S]AVP[F]" and "(UDP/TCP)/TLS/RTP/SAVP[F]" NOTRY=True BUG=webrtc:5638 Committed: https://crrev.com/b7f425ab68ec58e2a5beaaf5ef79f50f1982c6f9 Cr-Commit-Position: refs/heads/master@{#12338} Committed: https://crrev.com/cf5b37cc46156fe8a22cbc5d924ce4526be5694c Cr-Commit-Position: refs/heads/master@{#12637}

Patch Set 1 #

Patch Set 2 : Modified the unit tests #

Total comments: 6

Patch Set 3 : Modified the unit tests according to CR comments. #

Patch Set 4 : Fix some problems in tests. #

Total comments: 2

Patch Set 5 : Rename a local vairable #

Total comments: 3

Patch Set 6 : Fix the static initializer problem. #

Total comments: 11

Patch Set 7 : Change to plain string matching. #

Patch Set 8 : Fix a minor format problem. #

Patch Set 9 : No changes. Just rerun the trybots. #

Patch Set 10 : No changes. Rerun trybots. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -9 lines) Patch
M webrtc/pc/mediasession.cc View 1 2 3 4 5 6 7 1 chunk +43 lines, -9 lines 0 comments Download
M webrtc/pc/mediasession_unittest.cc View 1 2 3 4 5 2 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (17 generated)
Zhi Huang
4 years, 8 months ago (2016-04-12 16:42:44 UTC) #2
Taylor Brandstetter
I think the parameterized test makes this a lot cleaner, good job figuring that out. ...
4 years, 8 months ago (2016-04-12 21:50:05 UTC) #3
Zhi Huang
@Peter: Taylor and I talked about the Tests. We think the Parameterized Tests will make ...
4 years, 8 months ago (2016-04-12 23:00:20 UTC) #4
pthatcher1
lgtm https://codereview.webrtc.org/1880913002/diff/60001/webrtc/pc/mediasession.cc File webrtc/pc/mediasession.cc (right): https://codereview.webrtc.org/1880913002/diff/60001/webrtc/pc/mediasession.cc#newcode1115 webrtc/pc/mediasession.cc:1115: static bool IsProtocolFound(const std::vector<std::string> protocol_vec, protocol_vec => protocols ...
4 years, 8 months ago (2016-04-12 23:08:36 UTC) #5
Taylor Brandstetter
lgtm
4 years, 8 months ago (2016-04-12 23:33:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880913002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880913002/60001
4 years, 8 months ago (2016-04-12 23:34:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880913002/80001
4 years, 8 months ago (2016-04-13 01:31:13 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-13 01:32:35 UTC) #15
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/b7f425ab68ec58e2a5beaaf5ef79f50f1982c6f9 Cr-Commit-Position: refs/heads/master@{#12338}
4 years, 8 months ago (2016-04-13 01:32:43 UTC) #17
Avi (use Gerrit)
This broke the build!! This introduced a zillion static initializers: # mediasession.cc .L.str.1 # mediasession.cc ...
4 years, 8 months ago (2016-04-13 17:38:41 UTC) #19
Avi (use Gerrit)
not lgtm https://codereview.webrtc.org/1880913002/diff/80001/webrtc/pc/mediasession.cc File webrtc/pc/mediasession.cc (right): https://codereview.webrtc.org/1880913002/diff/80001/webrtc/pc/mediasession.cc#newcode62 webrtc/pc/mediasession.cc:62: "RTP/AVPF", "RTP/AVP"}; This is a static initializer. ...
4 years, 8 months ago (2016-04-13 17:42:05 UTC) #20
Zhi Huang
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.webrtc.org/1882923002/ by zhihuang@webrtc.org. ...
4 years, 8 months ago (2016-04-13 17:46:10 UTC) #21
Taylor Brandstetter
Avi: Do you know why none of the bots complained about the static initializers? Both ...
4 years, 8 months ago (2016-04-13 17:52:18 UTC) #23
Avi (use Gerrit)
On 2016/04/13 17:52:18, Taylor Brandstetter wrote: > Avi: Do you know why none of the ...
4 years, 8 months ago (2016-04-13 17:54:17 UTC) #24
Zhi Huang
4 years, 8 months ago (2016-04-13 19:57:00 UTC) #26
tommi
drive-by suggestions since this CL will have to be relanded. https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc File webrtc/pc/mediasession.cc (right): https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc#newcode1118 ...
4 years, 8 months ago (2016-04-14 12:59:10 UTC) #28
Taylor Brandstetter
https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc File webrtc/pc/mediasession.cc (right): https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc#newcode1141 webrtc/pc/mediasession.cc:1141: // Since not all applications serialize and deserialize the ...
4 years, 8 months ago (2016-04-14 16:54:28 UTC) #29
pthatcher1
https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc File webrtc/pc/mediasession.cc (right): https://codereview.webrtc.org/1880913002/diff/100001/webrtc/pc/mediasession.cc#newcode1118 webrtc/pc/mediasession.cc:1118: static bool IsProtocolFound(const std::vector<std::string> protocols, On 2016/04/14 12:59:09, tommi-webrtc ...
4 years, 8 months ago (2016-04-14 19:31:08 UTC) #30
Zhi Huang
There are no changes in Patch 9 and 10 as I just wanted to re-run ...
4 years, 8 months ago (2016-04-16 00:58:36 UTC) #32
Taylor Brandstetter
On 2016/04/16 00:58:36, zhihuang wrote: > There are no changes in Patch 9 and 10 ...
4 years, 8 months ago (2016-04-18 22:08:42 UTC) #33
pthatcher1
lgtm
4 years, 7 months ago (2016-05-05 18:20:34 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880913002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880913002/180001
4 years, 7 months ago (2016-05-05 18:40:23 UTC) #37
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 7 months ago (2016-05-05 18:44:40 UTC) #39
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 18:44:56 UTC) #41
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/cf5b37cc46156fe8a22cbc5d924ce4526be5694c
Cr-Commit-Position: refs/heads/master@{#12637}

Powered by Google App Engine
This is Rietveld 408576698