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

Unified Diff: chrome/renderer/media/cast_session_delegate.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: fixed GetDefaultCastSenderLoggingConfig 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: chrome/renderer/media/cast_session_delegate.cc
diff --git a/chrome/renderer/media/cast_session_delegate.cc b/chrome/renderer/media/cast_session_delegate.cc
index 7ad7a6813018eb1427b8c4caaa61a42b90e1d94d..4a3ce5998a784632886a53d33eccf11320a08189 100644
--- a/chrome/renderer/media/cast_session_delegate.cc
+++ b/chrome/renderer/media/cast_session_delegate.cc
@@ -81,7 +81,7 @@ void CastSessionDelegate::StartSendingInternal() {
video_encode_thread_.message_loop_proxy(),
NULL,
base::MessageLoopProxy::current(),
- media::cast::GetDefaultCastLoggingConfig());
+ media::cast::GetDefaultCastSenderLoggingConfig());
// TODO(hclam): Implement VideoEncoderController to configure hardware
// encoder.
« no previous file with comments | « no previous file | media/cast/audio_receiver/audio_decoder_unittest.cc » ('j') | media/cast/logging/logging_raw.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698