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

Unified Diff: media/renderers/gpu_video_accelerator_factories.h

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests: cc, skcanvas_video_renderer, wrtcrecorder... Fake capture supports Y16. Created 4 years, 3 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: media/renderers/gpu_video_accelerator_factories.h
diff --git a/media/renderers/gpu_video_accelerator_factories.h b/media/renderers/gpu_video_accelerator_factories.h
index 13baff76e59f11cb9426f312f783d0aa3bdb7336..9a52f54d4dd46bfffd4fa38adfbc865068d4235f 100644
--- a/media/renderers/gpu_video_accelerator_factories.h
+++ b/media/renderers/gpu_video_accelerator_factories.h
@@ -92,7 +92,7 @@ class MEDIA_EXPORT GpuVideoAcceleratorFactories {
virtual unsigned ImageTextureTarget(gfx::BufferFormat format) = 0;
// Pixel format of the hardware video frames created when GpuMemoryBuffers
// video frames are enabled.
- virtual VideoPixelFormat VideoFrameOutputFormat() = 0;
+ virtual VideoPixelFormat VideoFrameOutputFormat(media::VideoPixelFormat) = 0;
virtual std::unique_ptr<ScopedGLContextLock> GetGLContextLock() = 0;

Powered by Google App Engine
This is Rietveld 408576698