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

Unified Diff: chromecast/media/cma/backend/media_pipeline_device_params.cc

Issue 622853002: Chromecast: adds interfaces for hardware layer of CMA pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-decrypt-context
Patch Set: damien comments Created 6 years, 2 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: chromecast/media/cma/backend/media_pipeline_device_params.cc
diff --git a/chromecast/media/cma/base/media_task_runner.cc b/chromecast/media/cma/backend/media_pipeline_device_params.cc
similarity index 54%
copy from chromecast/media/cma/base/media_task_runner.cc
copy to chromecast/media/cma/backend/media_pipeline_device_params.cc
index 5b5423bbdf1cebbe2d38b536edeab29c0a40ed00..531c76884f9099159bae087c2c7857188b99881d 100644
--- a/chromecast/media/cma/base/media_task_runner.cc
+++ b/chromecast/media/cma/backend/media_pipeline_device_params.cc
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/media/cma/base/media_task_runner.h"
+#include "chromecast/media/cma/backend/media_pipeline_device_params.h"
namespace chromecast {
namespace media {
-MediaTaskRunner::MediaTaskRunner() {
+MediaPipelineDeviceParams::MediaPipelineDeviceParams()
+ : disable_synchronization(false) {
}
-MediaTaskRunner::~MediaTaskRunner() {
+MediaPipelineDeviceParams::~MediaPipelineDeviceParams() {
}
} // namespace media
« no previous file with comments | « chromecast/media/cma/backend/media_pipeline_device_params.h ('k') | chromecast/media/cma/backend/video_pipeline_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698