Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
index 2ce7a8b75d05bbe22580a4e78157456a0192be81..a21c85893ad26cc7832b9272f96d4efe135503c5 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc |
@@ -43,11 +43,11 @@ TEST_F(RemoteBitrateEstimatorSingleTest, RateIncreaseRtpTimestamps) { |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStream) { |
- CapacityDropTestHelper(1, false, 733); |
+ CapacityDropTestHelper(1, false, 767); |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStreamWrap) { |
- CapacityDropTestHelper(1, true, 733); |
+ CapacityDropTestHelper(1, true, 767); |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) { |
@@ -59,7 +59,7 @@ TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) { |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirteenStreamsWrap) { |
- CapacityDropTestHelper(13, true, 733); |
+ CapacityDropTestHelper(13, true, 667); |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropNineteenStreamsWrap) { |
@@ -71,6 +71,6 @@ TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirtyStreamsWrap) { |
} |
TEST_F(RemoteBitrateEstimatorSingleTest, TestTimestampGrouping) { |
- TestTimestampGroupingTestHelper(); |
+ TestTimestampGroupingTestHelper(375120u); |
} |
} // namespace webrtc |