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

Issue 3004783002: Push back on the video encoder to avoid building queues in the pacer. (Closed)

Created:
3 years, 3 months ago by philipel
Modified:
3 years, 2 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Push back on the video encoder to avoid building queues in the pacer. Implemented behind the field trial "WebRTC-PacerPushbackExperiment/Enabled/" BUG=webrtc:8171, webrtc:8287 Review-Url: https://codereview.webrtc.org/3004783002 Cr-Commit-Position: refs/heads/master@{#19969} Committed: https://webrtc.googlesource.com/src/+/a42055116d3f0c20f7ddcb011926e97e2a6bcc08

Patch Set 1 #

Total comments: 6

Patch Set 2 : feedback #

Total comments: 2

Patch Set 3 : Rebase #

Patch Set 4 : Feedback #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -4 lines) Patch
M modules/congestion_controller/include/send_side_congestion_controller.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M modules/congestion_controller/send_side_congestion_controller.cc View 1 2 3 4 5 4 chunks +27 lines, -3 lines 0 comments Download
M modules/congestion_controller/send_side_congestion_controller_unittest.cc View 1 2 3 4 5 2 chunks +42 lines, -1 line 0 comments Download

Messages

Total messages: 17 (6 generated)
philipel
3 years, 3 months ago (2017-08-29 11:05:37 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/3004783002/diff/1/webrtc/modules/congestion_controller/send_side_congestion_controller.cc File webrtc/modules/congestion_controller/send_side_congestion_controller.cc (right): https://codereview.webrtc.org/3004783002/diff/1/webrtc/modules/congestion_controller/send_side_congestion_controller.cc#newcode50 webrtc/modules/congestion_controller/send_side_congestion_controller.cc:50: } Replace with: webrtc::field_trial::IsEnabled(kPacerPushbackExperiment) https://codereview.webrtc.org/3004783002/diff/1/webrtc/modules/congestion_controller/send_side_congestion_controller.cc#newcode439 webrtc/modules/congestion_controller/send_side_congestion_controller.cc:439: } else if ...
3 years, 3 months ago (2017-08-29 12:17:20 UTC) #3
stefan-webrtc
It would be nice to have tests for this even though it's behind a field ...
3 years, 3 months ago (2017-08-29 12:17:38 UTC) #4
philipel
https://codereview.webrtc.org/3004783002/diff/1/webrtc/modules/congestion_controller/send_side_congestion_controller.cc File webrtc/modules/congestion_controller/send_side_congestion_controller.cc (right): https://codereview.webrtc.org/3004783002/diff/1/webrtc/modules/congestion_controller/send_side_congestion_controller.cc#newcode50 webrtc/modules/congestion_controller/send_side_congestion_controller.cc:50: } On 2017/08/29 12:17:20, stefan-webrtc wrote: > Replace with: ...
3 years, 3 months ago (2017-08-29 15:14:18 UTC) #5
philipel
As I mentioned in one of my comment, this is a bit harder than I ...
3 years, 3 months ago (2017-08-30 09:08:20 UTC) #6
stefan-webrtc
I'd like a unittest for this as well before landing. How much does this pushback ...
3 years, 3 months ago (2017-09-01 09:01:08 UTC) #7
philipel
https://codereview.webrtc.org/3004783002/diff/20001/webrtc/modules/congestion_controller/send_side_congestion_controller.cc File webrtc/modules/congestion_controller/send_side_congestion_controller.cc (right): https://codereview.webrtc.org/3004783002/diff/20001/webrtc/modules/congestion_controller/send_side_congestion_controller.cc#newcode46 webrtc/modules/congestion_controller/send_side_congestion_controller.cc:46: return webrtc::field_trial::IsEnabled(kPacerPushbackExperiment); On 2017/09/01 09:01:08, stefan-webrtc wrote: > Might ...
3 years, 3 months ago (2017-09-01 11:46:19 UTC) #8
philipel
ping
3 years, 3 months ago (2017-09-04 11:19:58 UTC) #9
stefan-webrtc
lgtm
3 years, 2 months ago (2017-09-26 11:42:24 UTC) #10
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/3004783002/100001
3 years, 2 months ago (2017-09-26 11:52:47 UTC) #14
commit-bot: I haz the power
3 years, 2 months ago (2017-09-26 12:37:04 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://webrtc.googlesource.com/src/+/a42055116d3f0c20f7ddcb011926e97e2a6bcc08

Powered by Google App Engine
This is Rietveld 408576698