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

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

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix end_to_end test + address slan 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
Index: chromecast/renderer/media/video_pipeline_proxy.h
diff --git a/chromecast/renderer/media/video_pipeline_proxy.h b/chromecast/renderer/media/video_pipeline_proxy.h
index e30be8cf24865fdffad9dbecf05e1662b3e4fb05..b878ebfb4e2e8122dd3c805aa60941263c72568e 100644
--- a/chromecast/renderer/media/video_pipeline_proxy.h
+++ b/chromecast/renderer/media/video_pipeline_proxy.h
@@ -12,7 +12,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "chromecast/media/cma/pipeline/video_pipeline.h"
+#include "chromecast/renderer/media/video_pipeline.h"
#include "media/base/pipeline_status.h"
namespace base {
@@ -26,7 +26,6 @@ class VideoDecoderConfig;
namespace chromecast {
namespace media {
-struct AvPipelineClient;
class AvStreamerProxy;
class CodedFrameProvider;
class VideoPipelineProxyInternal;
@@ -45,7 +44,7 @@ class VideoPipelineProxy : public VideoPipeline {
void Flush(const base::Closure& done_cb);
void Stop();
- // VideoPipeline implementation.
+ // RendererVideoPipeline implementation.
void SetClient(const VideoPipelineClient& video_client) override;
private:

Powered by Google App Engine
This is Rietveld 408576698