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

Issue 1325263002: Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementa… (Closed)

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

Description

Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ BUG=webrtc:4690 Committed: https://crrev.com/e5269747595864eedd604f153df5d7bcbe1b475a Cr-Commit-Position: refs/heads/master@{#9891}

Patch Set 1 #

Total comments: 8

Patch Set 2 : comments #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -56 lines) Patch
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2_unittest.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/call.h View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/video/call.cc View 4 chunks +1 line, -33 lines 0 comments Download
M webrtc/video/call_perf_tests.cc View 1 chunk +1 line, -6 lines 0 comments Download
M webrtc/video/video_send_stream.h View 2 chunks +7 lines, -4 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 chunks +11 lines, -2 lines 0 comments Download
M webrtc/video_send_stream.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
the sun
5 years, 3 months ago (2015-09-03 20:32:33 UTC) #2
pbos-webrtc
https://codereview.webrtc.org/1325263002/diff/1/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1325263002/diff/1/talk/media/webrtc/webrtcvideoengine2.cc#newcode1120 talk/media/webrtc/webrtcvideoengine2.cc:1120: config.overuse_callback = this; Can you set WebRtcVideoSendStream::this inside the ...
5 years, 3 months ago (2015-09-03 20:36:40 UTC) #3
pbos-webrtc
lgtm https://codereview.webrtc.org/1325263002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1325263002/diff/1/webrtc/video/video_send_stream.cc#newcode393 webrtc/video/video_send_stream.cc:393: if (config_.overuse_callback) { Remove {}s for consistency outside ...
5 years, 3 months ago (2015-09-03 20:44:55 UTC) #4
the sun
https://codereview.webrtc.org/1325263002/diff/1/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1325263002/diff/1/talk/media/webrtc/webrtcvideoengine2.cc#newcode1120 talk/media/webrtc/webrtcvideoengine2.cc:1120: config.overuse_callback = this; On 2015/09/03 20:36:39, pbos-webrtc wrote: > ...
5 years, 3 months ago (2015-09-03 20:54:56 UTC) #5
pthatcher1
lgtm https://codereview.webrtc.org/1325263002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1325263002/diff/1/webrtc/video/video_send_stream.cc#newcode393 webrtc/video/video_send_stream.cc:393: if (config_.overuse_callback) { On 2015/09/03 20:54:55, the sun ...
5 years, 3 months ago (2015-09-04 04:56:03 UTC) #7
the sun
On 2015/09/04 04:56:03, pthatcher1 wrote: > lgtm > > https://codereview.webrtc.org/1325263002/diff/1/webrtc/video/video_send_stream.cc > File webrtc/video/video_send_stream.cc (right): > ...
5 years, 3 months ago (2015-09-04 09:17:52 UTC) #8
pthatcher1
On 2015/09/04 09:17:52, the sun wrote: > On 2015/09/04 04:56:03, pthatcher1 wrote: > > lgtm ...
5 years, 3 months ago (2015-09-04 09:38:13 UTC) #9
the sun
On 2015/09/04 09:38:13, pthatcher1 wrote: > On 2015/09/04 09:17:52, the sun wrote: > > On ...
5 years, 3 months ago (2015-09-07 09:38:59 UTC) #10
mflodman
lgtm
5 years, 3 months ago (2015-09-08 08:53:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325263002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325263002/80001
5 years, 3 months ago (2015-09-08 09:25:30 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_msan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_msan/builds/4562)
5 years, 3 months ago (2015-09-08 09:41:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325263002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325263002/80001
5 years, 3 months ago (2015-09-08 09:44:35 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-09-08 11:25:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325263002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325263002/80001
5 years, 3 months ago (2015-09-08 11:33:54 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-09-08 12:13:28 UTC) #23
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 12:13:34 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e5269747595864eedd604f153df5d7bcbe1b475a
Cr-Commit-Position: refs/heads/master@{#9891}

Powered by Google App Engine
This is Rietveld 408576698