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

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

Issue 823283004: Chromecast: replaces CMA synchronization flag with finer-grained enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates MediaPipelineHost Created 5 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
« no previous file with comments | « no previous file | chromecast/media/cma/backend/media_pipeline_device_params.h » ('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 9d3c29a67983cf407e2cf2d58985e913a607b000..2120e5211c04accc7d9da62c0dbb4eaf2f91f2aa 100644
--- a/chromecast/browser/media/media_pipeline_host.cc
+++ b/chromecast/browser/media/media_pipeline_host.cc
@@ -57,7 +57,7 @@ void MediaPipelineHost::Initialize(
media_pipeline_.reset(new MediaPipelineImpl());
MediaPipelineDeviceParams default_parameters;
if (load_type == kLoadTypeMediaStream)
- default_parameters.disable_synchronization = true;
+ default_parameters.sync_type = MediaPipelineDeviceParams::kModeIgnorePts;
media_pipeline_->Initialize(
load_type,
CreateMediaPipelineDevice(default_parameters).Pass());
« no previous file with comments | « no previous file | chromecast/media/cma/backend/media_pipeline_device_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698