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

Unified Diff: chromecast/media/cma/backend/media_pipeline_device_params.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 | « chromecast/media/cma/backend/media_pipeline_device_params.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/media_pipeline_device_params.cc
diff --git a/chromecast/media/cma/backend/media_pipeline_device_params.cc b/chromecast/media/cma/backend/media_pipeline_device_params.cc
index 531c76884f9099159bae087c2c7857188b99881d..1f4e2ebed58918e7625ccf37ef11d32147994600 100644
--- a/chromecast/media/cma/backend/media_pipeline_device_params.cc
+++ b/chromecast/media/cma/backend/media_pipeline_device_params.cc
@@ -8,7 +8,7 @@ namespace chromecast {
namespace media {
MediaPipelineDeviceParams::MediaPipelineDeviceParams()
- : disable_synchronization(false) {
+ : sync_type(kModeSyncPts) {
}
MediaPipelineDeviceParams::~MediaPipelineDeviceParams() {
« no previous file with comments | « chromecast/media/cma/backend/media_pipeline_device_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698