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

Issue 1221943002: Improve probing by ignoring small packets which otherwise break the mechanism. (Closed)

Created:
5 years, 5 months ago by stefan-webrtc
Modified:
5 years, 4 months ago
Reviewers:
mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Improve probing by ignoring small packets which otherwise break the mechanism. These small packets are common for H.264 where the first packet of an IDR contains the parameter sets. BUG=4806 Committed: https://crrev.com/fe0c90501b17ce81bd3ca209ae6109ee781c47f7 Cr-Commit-Position: refs/heads/master@{#9639}

Patch Set 1 #

Patch Set 2 : Align sizes. #

Patch Set 3 : Add unittest. #

Patch Set 4 : Test fixed. #

Patch Set 5 : Fix comment. #

Patch Set 6 : Fix unittest. #

Total comments: 2

Patch Set 7 : Comments addressed. #

Patch Set 8 : Fix test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -3 lines) Patch
M webrtc/modules/pacing/bitrate_prober.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 1 2 3 4 5 6 7 2 chunks +33 lines, -1 line 0 comments Download

Messages

Total messages: 16 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221943002/60001
5 years, 5 months ago (2015-07-03 09:12:39 UTC) #2
stefan-webrtc
5 years, 5 months ago (2015-07-03 09:13:36 UTC) #4
mflodman
One comment, LGTM. https://codereview.webrtc.org/1221943002/diff/100001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc (right): https://codereview.webrtc.org/1221943002/diff/100001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc#newcode389 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc:389: was_paced = was_paced && payload_size > ...
5 years, 5 months ago (2015-07-03 10:13:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221943002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1221943002/120001
5 years, 4 months ago (2015-07-27 08:05:08 UTC) #8
stefan-webrtc
https://codereview.webrtc.org/1221943002/diff/100001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc (right): https://codereview.webrtc.org/1221943002/diff/100001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc#newcode389 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc:389: was_paced = was_paced && payload_size > 200; On 2015/07/03 ...
5 years, 4 months ago (2015-07-27 08:05:19 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/8579)
5 years, 4 months ago (2015-07-27 08:14:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221943002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1221943002/140001
5 years, 4 months ago (2015-07-27 08:25:09 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 4 months ago (2015-07-27 10:13:35 UTC) #15
commit-bot: I haz the power
5 years, 4 months ago (2015-07-27 10:13:43 UTC) #16
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/fe0c90501b17ce81bd3ca209ae6109ee781c47f7
Cr-Commit-Position: refs/heads/master@{#9639}

Powered by Google App Engine
This is Rietveld 408576698