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

Unified Diff: webrtc/call/bitrate_estimator_tests.cc

Issue 2304363002: Let ViEEncoder express resolution requests as Sinkwants (Closed)
Patch Set: Fix broken test RunOnTqNormalUsage. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call/bitrate_estimator_tests.cc
diff --git a/webrtc/call/bitrate_estimator_tests.cc b/webrtc/call/bitrate_estimator_tests.cc
index 80949baba4d5933d672511385076e4c8b7ae5560..203beddf8227dc1ce7fba131fc84e6b5619056ff 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);
kthelgason 2016/10/18 08:31:20 I personally really dislike boolean arguments like
perkj_webrtc 2016/10/26 16:40:16 ok- I agree, I added an enum that match the curren
send_stream_->Start();
frame_generator_capturer_->Start();
« no previous file with comments | « webrtc/call.h ('k') | webrtc/call/call_perf_tests.cc » ('j') | webrtc/call/call_perf_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698