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

Unified Diff: media/cast/cast_receiver_impl.cc

Issue 196433002: Cast: Log sender side packet events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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/cast_receiver_impl.cc
diff --git a/media/cast/cast_receiver_impl.cc b/media/cast/cast_receiver_impl.cc
index 4561fea5ff7b39db6d3e5eeefc3fd998c77c3700..707d11b0e5f16dd3e868bf755fc2123b62214861 100644
--- a/media/cast/cast_receiver_impl.cc
+++ b/media/cast/cast_receiver_impl.cc
@@ -97,6 +97,7 @@ CastReceiverImpl::CastReceiverImpl(
const VideoReceiverConfig& video_config,
transport::PacketSender* const packet_sender)
: pacer_(cast_environment->Clock(),
+ cast_environment->Logging(),
packet_sender,
cast_environment->GetTaskRunner(CastEnvironment::TRANSPORT)),
audio_receiver_(cast_environment, audio_config, &pacer_),
« no previous file with comments | « no previous file | media/cast/logging/encoding_event_subscriber_unittest.cc » ('j') | media/cast/transport/pacing/paced_sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698