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

Issue 1922483002: De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly (Closed)

Created:
4 years, 8 months ago by philipel
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly BUG=webrtc:5382 R=pbos@webrtc.org, stefan@webrtc.org Committed: https://crrev.com/c6957c7b7308a90a453f2caf1523db2cf3e8f640 Cr-Commit-Position: refs/heads/master@{#12547}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback fixes. #

Total comments: 6

Patch Set 3 : Feedback fixes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -16 lines) Patch
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/mock/mock_bitrate_controller.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h View 1 1 chunk +3 lines, -0 lines 2 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 chunk +1 line, -12 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
philipel
4 years, 8 months ago (2016-04-25 11:42:43 UTC) #2
pbos-webrtc
+R stefan@ for bitrate_controller lgtm
4 years, 8 months ago (2016-04-25 15:24:41 UTC) #4
pbos-webrtc
https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode180 webrtc/modules/congestion_controller/congestion_controller.cc:180: start_bitrate_bps = std::max(min_bitrate_bps, start_bitrate_bps); I think this std::max should ...
4 years, 8 months ago (2016-04-25 15:25:26 UTC) #5
pbos-webrtc
If the bug was inside bitrate_controller, please update the CL description to reflect that.
4 years, 8 months ago (2016-04-25 15:26:29 UTC) #6
philipel
https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode180 webrtc/modules/congestion_controller/congestion_controller.cc:180: start_bitrate_bps = std::max(min_bitrate_bps, start_bitrate_bps); On 2016/04/25 15:25:26, pbos-webrtc wrote: ...
4 years, 8 months ago (2016-04-25 15:53:01 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922483002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922483002/1
4 years, 8 months ago (2016-04-26 08:44:29 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-26 10:21:23 UTC) #11
stefan-webrtc
lg, but maybe we can clean up a bit too? https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode131 ...
4 years, 8 months ago (2016-04-26 11:10:44 UTC) #12
philipel
https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/1922483002/diff/1/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode131 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:131: bandwidth_estimation_.SetSendBitrate(start_bitrate_bps); On 2016/04/26 11:10:43, stefan-webrtc (holmer) wrote: > Replace ...
4 years, 7 months ago (2016-04-28 10:42:57 UTC) #13
stefan-webrtc
https://codereview.webrtc.org/1922483002/diff/20001/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/1922483002/diff/20001/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode125 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:125: void BitrateControllerImpl::SetMinMaxStartBitrate(int min_bitrate_bps, Suggest naming this SetBitrates() too. https://codereview.webrtc.org/1922483002/diff/20001/webrtc/modules/bitrate_controller/include/bitrate_controller.h ...
4 years, 7 months ago (2016-04-28 10:49:11 UTC) #14
philipel
https://codereview.webrtc.org/1922483002/diff/20001/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc File webrtc/modules/bitrate_controller/bitrate_controller_impl.cc (right): https://codereview.webrtc.org/1922483002/diff/20001/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc#newcode125 webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:125: void BitrateControllerImpl::SetMinMaxStartBitrate(int min_bitrate_bps, On 2016/04/28 10:49:11, stefan-webrtc (holmer) wrote: ...
4 years, 7 months ago (2016-04-28 11:17:19 UTC) #15
stefan-webrtc
lgtm https://codereview.webrtc.org/1922483002/diff/40001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h (right): https://codereview.webrtc.org/1922483002/diff/40001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h#newcode52 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h:52: void SetSendBitrate(int bitrate); Deprecated https://codereview.webrtc.org/1922483002/diff/40001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h#newcode53 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h:53: void SetMinMaxBitrate(int ...
4 years, 7 months ago (2016-04-28 11:21:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922483002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922483002/40001
4 years, 7 months ago (2016-04-28 11:44:44 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-04-28 13:45:15 UTC) #21
philipel
Committed patchset #3 (id:40001) manually as c6957c7b7308a90a453f2caf1523db2cf3e8f640 (presubmit successful).
4 years, 7 months ago (2016-04-28 13:53:05 UTC) #23
commit-bot: I haz the power
4 years, 7 months ago (2016-04-28 13:53:11 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c6957c7b7308a90a453f2caf1523db2cf3e8f640
Cr-Commit-Position: refs/heads/master@{#12547}

Powered by Google App Engine
This is Rietveld 408576698