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

Unified Diff: media/cast/test/encode_decode_test.cc

Issue 136903003: cast: Wire upp logging to be sent over RTCP between receiver and sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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: media/cast/test/encode_decode_test.cc
diff --git a/media/cast/test/encode_decode_test.cc b/media/cast/test/encode_decode_test.cc
index 3bc13b3830ef4c962297f2da2c7989cc78ca26a0..9464872f8803af3bcd83d1906c055d670991e5ac 100644
--- a/media/cast/test/encode_decode_test.cc
+++ b/media/cast/test/encode_decode_test.cc
@@ -78,7 +78,7 @@ class EncodeDecodeTest : public ::testing::Test {
// video decoder and main threads.
cast_environment_(new CastEnvironment(&testing_clock_, task_runner_,
NULL, NULL, NULL, task_runner_, NULL,
- GetDefaultCastLoggingConfig())),
+ GetDefaultCastReceiverLoggingConfig())),
test_callback_(new EncodeDecodeTestFrameCallback()) {
testing_clock_.Advance(
base::TimeDelta::FromMilliseconds(kStartMillisecond));

Powered by Google App Engine
This is Rietveld 408576698