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

Issue 2669463006: Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call. (Closed)

Created:
3 years, 10 months ago by nisse-webrtc
Modified:
3 years, 10 months ago
Reviewers:
brandtr, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, tlegrand-webrtc, tterriberry_mozilla.com, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call. We can then drop the CongestionController and RemoteBitrateEstimator completely from the receive streams. BUG=webrtc:6847 Review-Url: https://codereview.webrtc.org/2669463006 Cr-Commit-Position: refs/heads/master@{#16459} Committed: https://chromium.googlesource.com/external/webrtc/+/4709e8971b506c69134420cde1fce8d61b6de58e

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase. #

Total comments: 3

Patch Set 3 : Call RBE::RemoveStream also from DestroyFlexfecReceiveStream. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -76 lines) Patch
M webrtc/audio/audio_receive_stream.h View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 2 3 10 chunks +0 lines, -19 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 12 chunks +57 lines, -17 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 5 chunks +0 lines, -5 lines 0 comments Download
M webrtc/video/rtp_stream_receiver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.h View 1 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 6 chunks +1 line, -20 lines 0 comments Download

Messages

Total messages: 35 (17 generated)
nisse-webrtc
This is a followup cl, moving the RemoveStream calls as well. I also replaced the ...
3 years, 10 months ago (2017-02-01 13:36:02 UTC) #3
brandtr
lgtm On 2017/02/01 13:36:02, nisse-webrtc wrote: > This is a followup cl, moving the RemoveStream ...
3 years, 10 months ago (2017-02-02 09:07:00 UTC) #4
stefan-webrtc
On 2017/02/02 09:07:00, brandtr wrote: > lgtm > > On 2017/02/01 13:36:02, nisse-webrtc wrote: > ...
3 years, 10 months ago (2017-02-02 10:36:58 UTC) #5
stefan-webrtc
Great cleanup! https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode77 webrtc/call/call.cc:77: bool UseSendSideBwe(const VideoReceiveStream::Config& config) { Maybe use ...
3 years, 10 months ago (2017-02-02 10:42:52 UTC) #6
brandtr_google
https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode77 webrtc/call/call.cc:77: bool UseSendSideBwe(const VideoReceiveStream::Config& config) { On 2017/02/02 10:42:52, stefan-webrtc ...
3 years, 10 months ago (2017-02-02 10:45:14 UTC) #8
stefan-webrtc
https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode77 webrtc/call/call.cc:77: bool UseSendSideBwe(const VideoReceiveStream::Config& config) { On 2017/02/02 10:45:14, brandtr_google ...
3 years, 10 months ago (2017-02-02 10:47:21 UTC) #10
nisse-webrtc
https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode1283 webrtc/call/call.cc:1283: if (use_send_side_bwe != header.extension.hasTransportSequenceNumber) { On 2017/02/02 10:42:52, stefan-webrtc ...
3 years, 10 months ago (2017-02-02 11:56:00 UTC) #11
stefan-webrtc
https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode1283 webrtc/call/call.cc:1283: if (use_send_side_bwe != header.extension.hasTransportSequenceNumber) { On 2017/02/02 11:56:00, nisse-webrtc ...
3 years, 10 months ago (2017-02-02 12:27:37 UTC) #12
nisse-webrtc
On 2017/02/02 12:27:37, stefan-webrtc wrote: > https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc > File webrtc/call/call.cc (right): > > https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc#newcode1283 > ...
3 years, 10 months ago (2017-02-02 12:30:06 UTC) #13
brandtr_google
On 2017/02/02 12:30:06, nisse-webrtc wrote: > On 2017/02/02 12:27:37, stefan-webrtc wrote: > > https://codereview.webrtc.org/2669463006/diff/1/webrtc/call/call.cc > ...
3 years, 10 months ago (2017-02-02 12:39:43 UTC) #14
nisse-webrtc
https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc#newcode791 webrtc/call/call.cc:791: void Call::DestroyFlexfecReceiveStream(FlexfecReceiveStream* receive_stream) { I guess this method ought ...
3 years, 10 months ago (2017-02-06 12:42:12 UTC) #17
brandtr
https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc#newcode791 webrtc/call/call.cc:791: void Call::DestroyFlexfecReceiveStream(FlexfecReceiveStream* receive_stream) { On 2017/02/06 12:42:12, nisse-webrtc wrote: ...
3 years, 10 months ago (2017-02-06 12:55:15 UTC) #18
nisse-webrtc
https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2669463006/diff/20001/webrtc/call/call.cc#newcode791 webrtc/call/call.cc:791: void Call::DestroyFlexfecReceiveStream(FlexfecReceiveStream* receive_stream) { On 2017/02/06 12:55:14, brandtr wrote: ...
3 years, 10 months ago (2017-02-06 13:02:15 UTC) #19
stefan-webrtc
lgtm
3 years, 10 months ago (2017-02-07 07:38:37 UTC) #24
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/2669463006/40001
3 years, 10 months ago (2017-02-07 07:41:23 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/13101)
3 years, 10 months ago (2017-02-07 07:45:12 UTC) #29
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/2669463006/60001
3 years, 10 months ago (2017-02-07 08:02:27 UTC) #32
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 09:18:48 UTC) #35
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/4709e8971b506c69134420cde...

Powered by Google App Engine
This is Rietveld 408576698