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

Unified Diff: chromecast/browser/media/media_pipeline_host.cc

Issue 1306843003: CmaMediaPipelineClient to watch media pipeline status (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Doc Created 5 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
« no previous file with comments | « chromecast/browser/media/cma_message_filter_host.cc ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/media/media_pipeline_host.cc
diff --git a/chromecast/browser/media/media_pipeline_host.cc b/chromecast/browser/media/media_pipeline_host.cc
index 85376d581199edb3c0f88241b4d6ba2cf5bbe61b..013a40bfbe7cc8c4e45401ee558c111f9daf1f45 100644
--- a/chromecast/browser/media/media_pipeline_host.cc
+++ b/chromecast/browser/media/media_pipeline_host.cc
@@ -66,9 +66,9 @@ void MediaPipelineHost::Initialize(
: MediaPipelineDeviceParams::kModeSyncPts;
MediaPipelineDeviceParams default_parameters(sync_type, task_runner_.get());
+ media_pipeline_->SetClient(client);
media_pipeline_->Initialize(
load_type, create_device_components_cb.Run(default_parameters).Pass());
- media_pipeline_->SetClient(client);
}
void MediaPipelineHost::SetAvPipe(
« no previous file with comments | « chromecast/browser/media/cma_message_filter_host.cc ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698