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

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

Issue 1873513003: Add video-rendering to mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export VideoOverlayFactory Created 4 years, 7 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/cma_renderer.h
diff --git a/chromecast/renderer/media/cma_renderer.h b/chromecast/renderer/media/cma_renderer.h
index c6675b13179909ad10935a6c33a0048b011b2e9e..76aa92585738b65b49bf17ef1319b3d04f1525b5 100644
--- a/chromecast/renderer/media/cma_renderer.h
+++ b/chromecast/renderer/media/cma_renderer.h
@@ -25,6 +25,7 @@ class DemuxerStreamProvider;
class GpuVideoAcceleratorFactories;
class TimeDeltaInterpolator;
class VideoFrame;
+class VideoOverlayFactory;
class VideoRendererSink;
}
@@ -32,7 +33,6 @@ namespace chromecast {
namespace media {
class AudioPipelineProxy;
class BalancedMediaTaskRunnerFactory;
-class HoleFrameFactory;
class MediaPipelineProxy;
class VideoPipelineProxy;
@@ -123,7 +123,7 @@ class CmaRenderer : public ::media::Renderer {
// Data members for helping the creation of the video hole frame.
::media::GpuVideoAcceleratorFactories* gpu_factories_;
- std::unique_ptr<HoleFrameFactory> hole_frame_factory_;
+ std::unique_ptr<::media::VideoOverlayFactory> video_overlay_factory_;
// Lock protecting access to |time_interpolator_|.
base::Lock time_interpolator_lock_;

Powered by Google App Engine
This is Rietveld 408576698