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

Issue 2580843002: Change return type of CongestionController::pacer() method.

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

Description

Change return type of CongestionController::pacer() method. Move pacer_thread_ from Call to CongestionController. BUG=webrtc:6847

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebased. #

Patch Set 3 : Revert addition of CongestionController::pacer_thread_. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (1 generated)
nisse-webrtc
This cl doesn't delete the CongestionController::pacer accessor, but it changes it to a less specific ...
4 years ago (2016-12-15 14:59:21 UTC) #2
the sun
lgtm https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (left): https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc#oldcode327 webrtc/call/call.cc:327: pacer_thread_->Stop(); Are there any subtle relationship issues between ...
4 years ago (2016-12-15 15:11:32 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (left): https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc#oldcode327 webrtc/call/call.cc:327: pacer_thread_->Stop(); On 2016/12/15 15:11:32, the sun wrote: > Are ...
4 years ago (2016-12-16 09:38:13 UTC) #4
stefan-webrtc
lgtm https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (left): https://codereview.webrtc.org/2580843002/diff/1/webrtc/call/call.cc#oldcode327 webrtc/call/call.cc:327: pacer_thread_->Stop(); On 2016/12/16 09:38:13, nisse-webrtc (ooo 2017-01-09) wrote: ...
4 years ago (2016-12-22 09:54:58 UTC) #5
perkj_webrtc
https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode177 webrtc/modules/congestion_controller/congestion_controller.cc:177: pacer_thread_(ProcessThread::Create("PacerThread")), There are upstreams projects that use CongestionController but ...
3 years, 11 months ago (2017-01-02 09:18:58 UTC) #6
nisse-webrtc
https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode177 webrtc/modules/congestion_controller/congestion_controller.cc:177: pacer_thread_(ProcessThread::Create("PacerThread")), On 2017/01/02 09:18:58, perkj_webrtc wrote: > There are ...
3 years, 11 months ago (2017-01-09 13:43:46 UTC) #7
perkj_webrtc
On 2017/01/09 13:43:46, nisse-webrtc wrote: > https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc > File webrtc/modules/congestion_controller/congestion_controller.cc (right): > > https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode177 > ...
3 years, 11 months ago (2017-01-10 08:18:47 UTC) #8
nisse-webrtc
On 2017/01/10 08:18:47, perkj_webrtc wrote: > On 2017/01/09 13:43:46, nisse-webrtc wrote: > > > https://codereview.webrtc.org/2580843002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc ...
3 years, 11 months ago (2017-01-10 08:35:19 UTC) #9
nisse-webrtc
Now rebased on top of the other change introducing a congestion_controller_thread_ in Call. So no ...
3 years, 11 months ago (2017-01-18 10:39:37 UTC) #10
perkj_webrtc
On 2017/01/18 10:39:37, nisse-webrtc wrote: > Now rebased on top of the other change introducing ...
3 years, 11 months ago (2017-01-20 10:16:52 UTC) #11
nisse-webrtc
3 years, 11 months ago (2017-01-20 10:34:14 UTC) #12
On 2017/01/20 10:16:52, perkj_webrtc wrote:
> On 2017/01/18 10:39:37, nisse-webrtc wrote:
> > Now rebased on top of the other change introducing a
> > congestion_controller_thread_ in Call. So no thread-related changes in this
> cl.
> 
> lgtm

Thanks! But unfortunately, I had to revert the cl this depends on, due to
unexpected 
perf regressions. So this will have to wait a bit.

Powered by Google App Engine
This is Rietveld 408576698