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

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

Issue 556693002: Cast: Logging estimates clock difference based on packets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years, 3 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/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index a90422291cd258e6a55e363494a4ad4189d67a70..a0a64d378d1143e030f60c77013ca0e03ed8286b 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -355,8 +355,7 @@ int main(int argc, char** argv) {
// Subscribers for stats.
scoped_ptr<media::cast::ReceiverTimeOffsetEstimatorImpl> offset_estimator(
- new media::cast::ReceiverTimeOffsetEstimatorImpl(
- cast_environment->Clock()));
+ new media::cast::ReceiverTimeOffsetEstimatorImpl());
cast_environment->Logging()->AddRawEventSubscriber(offset_estimator.get());
scoped_ptr<media::cast::StatsEventSubscriber> video_stats_subscriber(
new media::cast::StatsEventSubscriber(media::cast::VIDEO_EVENT,

Powered by Google App Engine
This is Rietveld 408576698