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

Unified Diff: chromecast/renderer/media/video_pipeline_proxy.cc

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 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
« no previous file with comments | « chromecast/renderer/media/video_pipeline_proxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/media/video_pipeline_proxy.cc
diff --git a/chromecast/renderer/media/video_pipeline_proxy.cc b/chromecast/renderer/media/video_pipeline_proxy.cc
index bcef0838d26ff831eeb6cf4ef3b788b8c9c5dabc..b5931b18b50f299c268b8a60e4f27fbd0894537a 100644
--- a/chromecast/renderer/media/video_pipeline_proxy.cc
+++ b/chromecast/renderer/media/video_pipeline_proxy.cc
@@ -17,6 +17,7 @@
#include "chromecast/media/cma/base/coded_frame_provider.h"
#include "chromecast/media/cma/ipc/media_message_fifo.h"
#include "chromecast/media/cma/ipc_streamer/av_streamer_proxy.h"
+#include "chromecast/media/cma/pipeline/video_pipeline_client.h"
#include "chromecast/renderer/media/cma_message_filter_proxy.h"
#include "chromecast/renderer/media/media_channel_proxy.h"
#include "media/base/bind_to_current_loop.h"
@@ -213,8 +214,7 @@ VideoPipelineProxy::~VideoPipelineProxy() {
base::Bind(&VideoPipelineProxyInternal::Release, base::Passed(&proxy_)));
}
-void VideoPipelineProxy::SetClient(
- const VideoPipelineClient& video_client) {
+void VideoPipelineProxy::SetClient(const VideoPipelineClient& video_client) {
DCHECK(thread_checker_.CalledOnValidThread());
base::Closure pipe_read_cb =
::media::BindToCurrentLoop(
@@ -294,4 +294,4 @@ void VideoPipelineProxy::OnPipeRead() {
}
} // namespace media
-} // namespace chromecast
+} // namespace chromecast
« no previous file with comments | « chromecast/renderer/media/video_pipeline_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698