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

Issue 2223033002: Fix issue where the number of packets reported in tests/simulations sometimes are negative. (Closed)

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

Description

Fix issue where the number of packets reported in tests/simulations sometimes are negative. BUG=webrtc:6159 Committed: https://crrev.com/d48717b45515283e432f4a49abcc050ef5a47085 Cr-Commit-Position: refs/heads/master@{#13850}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -16 lines) Patch
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 3 chunks +19 lines, -9 lines 5 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
stefan-webrtc
4 years, 4 months ago (2016-08-08 14:04:13 UTC) #2
terelius
https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode66 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:66: if (total_number_of_packets < 0) { Can/should this happen, or ...
4 years, 4 months ago (2016-08-09 08:31:07 UTC) #3
stefan-webrtc
https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode66 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:66: if (total_number_of_packets < 0) { On 2016/08/09 08:31:07, terelius ...
4 years, 4 months ago (2016-08-09 08:56:04 UTC) #4
terelius
https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode66 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:66: if (total_number_of_packets < 0) { On 2016/08/09 08:56:03, stefan-webrtc ...
4 years, 4 months ago (2016-08-09 11:28:37 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode66 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:66: if (total_number_of_packets < 0) { On 2016/08/09 11:28:37, terelius ...
4 years, 4 months ago (2016-08-09 11:32:13 UTC) #6
terelius
https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/2223033002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode66 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:66: if (total_number_of_packets < 0) { On 2016/08/09 11:32:12, stefan-webrtc ...
4 years, 4 months ago (2016-08-10 09:45:12 UTC) #7
terelius
I'd like to have a test to check that bogus receiver reports don't affect the ...
4 years, 4 months ago (2016-08-18 14:14:26 UTC) #8
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/2223033002/1
4 years, 3 months ago (2016-08-22 13:30:01 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-22 15:50:36 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-08-22 15:50:39 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d48717b45515283e432f4a49abcc050ef5a47085
Cr-Commit-Position: refs/heads/master@{#13850}

Powered by Google App Engine
This is Rietveld 408576698