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

Issue 1486123002: Return a copy of the supported RTP header extensions instead of a reference. (Closed)

Created:
5 years ago by stefan-webrtc
Modified:
5 years ago
Reviewers:
pbos-webrtc, pthatcher1
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Return a copy of the supported RTP header extensions instead of a reference. This also renames the method to better reflect what it does. BUG=webrtc:5187 R=pbos@webrtc.org, pthatcher@webrtc.org Committed: https://crrev.com/9d69c3f4d99240c27d997c37950b561605d403bd Cr-Commit-Position: refs/heads/master@{#10910}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : Comments addressed. #

Total comments: 2

Patch Set 4 : Format. #

Patch Set 5 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -76 lines) Patch
M talk/media/base/fakemediaengine.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M talk/media/base/mediaengine.h View 1 2 3 chunks +10 lines, -8 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 2 chunks +17 lines, -17 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 4 chunks +20 lines, -21 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 2 chunks +13 lines, -15 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M talk/session/media/channelmanager.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
stefan-webrtc
.
5 years ago (2015-12-01 14:48:40 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486123002/20001
5 years ago (2015-12-01 14:48:55 UTC) #3
stefan-webrtc
5 years ago (2015-12-01 14:51:36 UTC) #5
pbos-webrtc
lgtm
5 years ago (2015-12-01 15:09:22 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-01 17:08:48 UTC) #10
pthatcher1
https://codereview.webrtc.org/1486123002/diff/20001/talk/media/base/fakemediaengine.h File talk/media/base/fakemediaengine.h (right): https://codereview.webrtc.org/1486123002/diff/20001/talk/media/base/fakemediaengine.h#newcode701 talk/media/base/fakemediaengine.h:701: std::vector<RtpHeaderExtension> SupportedRtpHeaderExtensions() const { Can we please just skip ...
5 years ago (2015-12-01 18:40:47 UTC) #11
stefan-webrtc
https://codereview.webrtc.org/1486123002/diff/20001/talk/media/base/fakemediaengine.h File talk/media/base/fakemediaengine.h (right): https://codereview.webrtc.org/1486123002/diff/20001/talk/media/base/fakemediaengine.h#newcode701 talk/media/base/fakemediaengine.h:701: std::vector<RtpHeaderExtension> SupportedRtpHeaderExtensions() const { On 2015/12/01 18:40:46, pthatcher1 wrote: ...
5 years ago (2015-12-04 14:06:11 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486123002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486123002/40001
5 years ago (2015-12-04 14:06:28 UTC) #14
pbos-webrtc
If it's not too much work, feel free to add the codecs to this list ...
5 years ago (2015-12-04 14:18:24 UTC) #15
stefan-webrtc
Format.
5 years ago (2015-12-04 14:30:20 UTC) #16
stefan-webrtc
I really need this in soon so that we can start testing with SendSideBwe, therefore ...
5 years ago (2015-12-04 14:32:09 UTC) #17
pbos-webrtc
fine with me, lgtm
5 years ago (2015-12-04 14:36:18 UTC) #18
pthatcher1
lgtm I like it.
5 years ago (2015-12-04 17:57:30 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486123002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486123002/60001
5 years ago (2015-12-04 17:59:45 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
5 years ago (2015-12-04 19:59:59 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1486123002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1486123002/60001
5 years ago (2015-12-07 08:47:37 UTC) #25
stefan-webrtc
Merge
5 years ago (2015-12-07 09:45:34 UTC) #26
stefan-webrtc
Committed patchset #5 (id:80001) manually as 9d69c3f4d99240c27d997c37950b561605d403bd (presubmit successful).
5 years ago (2015-12-07 09:45:55 UTC) #28
commit-bot: I haz the power
5 years ago (2015-12-07 09:45:57 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9d69c3f4d99240c27d997c37950b561605d403bd
Cr-Commit-Position: refs/heads/master@{#10910}

Powered by Google App Engine
This is Rietveld 408576698