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

Issue 1418123003: Adding reduced size RTCP configuration down to the video stream level. (Closed)

Created:
5 years, 2 months ago by Taylor Brandstetter
Modified:
5 years ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding reduced size RTCP configuration down to the video stream level. Still waiting to turn on negotiation (in mediasession.cc) until we verify it's working as expected. BUG=webrtc:4868 Committed: https://crrev.com/1387149ad1669365ac05278bf779a407bec08a4e Cr-Commit-Position: refs/heads/master@{#10958}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixing TODO comments. #

Total comments: 4

Patch Set 3 : Reassigning TODOs. #

Patch Set 4 : Fixing patch conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -38 lines) Patch
M talk/app/webrtc/webrtcsdp.cc View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsdp_unittest.cc View 1 4 chunks +6 lines, -0 lines 0 comments Download
M talk/media/base/mediachannel.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.h View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 7 chunks +61 lines, -16 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M talk/session/media/channel.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M talk/session/media/mediasession.h View 1 2 3 3 chunks +16 lines, -20 lines 0 comments Download
M talk/session/media/mediasession.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_send_stream.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
Taylor Brandstetter
Hi Peter; this just picks up from your CL (https://codereview.webrtc.org/1308023004), and adds some unit tests, ...
5 years, 2 months ago (2015-10-23 17:16:32 UTC) #2
pthatcher1
https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc#newcode2099 talk/media/webrtc/webrtcvideoengine2.cc:2099: rtc::CritScope cs(&lock_); Should we do another check to see ...
5 years, 2 months ago (2015-10-23 20:40:01 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc#newcode2099 talk/media/webrtc/webrtcvideoengine2.cc:2099: rtc::CritScope cs(&lock_); On 2015/10/23 20:40:01, pthatcher1 wrote: > Should ...
5 years, 1 month ago (2015-11-11 19:42:40 UTC) #4
pthatcher1
lgtm https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1418123003/diff/1/talk/media/webrtc/webrtcvideoengine2.cc#newcode872 talk/media/webrtc/webrtcvideoengine2.cc:872: kv.second->SetSendParameters(send_params); On 2015/10/23 17:16:32, Taylor Brandstetter wrote: > ...
5 years ago (2015-11-23 21:59:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418123003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418123003/20001
5 years ago (2015-12-01 17:50:49 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2096)
5 years ago (2015-12-01 17:55:21 UTC) #9
Taylor Brandstetter
@pbos: Can you take a look at video_send_stream.cc?
5 years ago (2015-12-01 18:23:00 UTC) #11
pbos-webrtc
Functionally this looks good, I'd like to get out of owning everything that should be ...
5 years ago (2015-12-03 00:15:49 UTC) #13
pbos-webrtc
deadbeef: FYI I filed https://bugs.chromium.org/p/webrtc/issues/detail?id=5296.
5 years ago (2015-12-03 00:16:00 UTC) #14
Taylor Brandstetter
On 2015/12/03 00:15:49, pbos-webrtc wrote: > Functionally this looks good, I'd like to get out ...
5 years ago (2015-12-03 02:05:41 UTC) #15
mflodman
This is not propagated to audio, but I assume there are no plans for reduced ...
5 years ago (2015-12-03 09:51:03 UTC) #16
mflodman
On 2015/12/03 09:51:03, mflodman wrote: > This is not propagated to audio, but I assume ...
5 years ago (2015-12-03 09:55:29 UTC) #17
pbos-webrtc
lgtm, No Peter has been a bit special about TODOing me. :)
5 years ago (2015-12-03 13:25:45 UTC) #18
pthatcher1
On 2015/12/03 13:25:45, pbos-webrtc wrote: > lgtm, > > No Peter has been a bit ...
5 years ago (2015-12-03 20:49:20 UTC) #19
pbos-webrtc
On 2015/12/03 20:49:20, pthatcher1 wrote: > On 2015/12/03 13:25:45, pbos-webrtc wrote: > > lgtm, > ...
5 years ago (2015-12-03 20:56:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418123003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418123003/40001
5 years ago (2015-12-04 22:09:04 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_clang_dbg/builds/9368) android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, ...
5 years ago (2015-12-04 22:09:57 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418123003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418123003/60001
5 years ago (2015-12-09 20:35:40 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-09 20:37:56 UTC) #31
commit-bot: I haz the power
5 years ago (2015-12-09 20:38:07 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1387149ad1669365ac05278bf779a407bec08a4e
Cr-Commit-Position: refs/heads/master@{#10958}

Powered by Google App Engine
This is Rietveld 408576698