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

Unified Diff: chromecast/media/cma/pipeline/av_pipeline_client.cc

Issue 741863002: Chromecast: adds a media pipeline feeding data to CMA device backends. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-cdm
Patch Set: address nits, merge Pause/Flush Created 6 years, 1 month 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/pipeline/av_pipeline_client.cc
diff --git a/chromecast/media/cma/base/media_task_runner.cc b/chromecast/media/cma/pipeline/av_pipeline_client.cc
similarity index 65%
copy from chromecast/media/cma/base/media_task_runner.cc
copy to chromecast/media/cma/pipeline/av_pipeline_client.cc
index 5b5423bbdf1cebbe2d38b536edeab29c0a40ed00..1845c6cc5c1524e47c98970e968410eae823b7cc 100644
--- a/chromecast/media/cma/base/media_task_runner.cc
+++ b/chromecast/media/cma/pipeline/av_pipeline_client.cc
@@ -2,15 +2,15 @@
// 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/pipeline/av_pipeline_client.h"
namespace chromecast {
namespace media {
-MediaTaskRunner::MediaTaskRunner() {
+AvPipelineClient::AvPipelineClient() {
}
-MediaTaskRunner::~MediaTaskRunner() {
+AvPipelineClient::~AvPipelineClient() {
}
} // namespace media
« no previous file with comments | « chromecast/media/cma/pipeline/av_pipeline_client.h ('k') | chromecast/media/cma/pipeline/av_pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698