| Index: webrtc/call/bitrate_estimator_tests.cc
|
| diff --git a/webrtc/call/bitrate_estimator_tests.cc b/webrtc/call/bitrate_estimator_tests.cc
|
| index 60e1d8c83468681d4c6fa3b1e5644d30ccc72451..46938d638a397ae4a4c2cc38c087a134b0f01bcb 100644
|
| --- a/webrtc/call/bitrate_estimator_tests.cc
|
| +++ b/webrtc/call/bitrate_estimator_tests.cc
|
| @@ -178,7 +178,7 @@ class BitrateEstimatorTest : public test::CallTest {
|
| frame_generator_capturer_.reset(test::FrameGeneratorCapturer::Create(
|
| kDefaultWidth, kDefaultHeight, kDefaultFramerate,
|
| Clock::GetRealTimeClock()));
|
| - send_stream_->SetSource(frame_generator_capturer_.get());
|
| + send_stream_->SetSource(frame_generator_capturer_.get(), false);
|
| send_stream_->Start();
|
| frame_generator_capturer_->Start();
|
|
|
|
|