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

Unified Diff: content/common/media/video_capture_messages.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: content/common/media/video_capture_messages.h
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
index 4ff6f01d80dbb52cfcdbeb1b04cbe281832fd6d9..18574d8ab2ab8bcd7609fd9c1e98ce39f804ba5e 100644
--- a/content/common/media/video_capture_messages.h
+++ b/content/common/media/video_capture_messages.h
@@ -59,10 +59,11 @@ IPC_MESSAGE_CONTROL4(VideoCaptureMsg_NewBuffer,
// Tell the renderer process that a new GpuMemoryBuffer backed buffer is
// allocated for video capture.
-IPC_MESSAGE_CONTROL4(VideoCaptureMsg_NewBuffer2,
+IPC_MESSAGE_CONTROL5(VideoCaptureMsg_NewBuffer2,
int /* device id */,
std::vector<gfx::GpuMemoryBufferHandle> /* handles */,
gfx::Size /* dimensions */,
+ media::VideoPixelFormat /*format*/,
int /* buffer_id */)
// Tell the renderer process that it should release a buffer previously

Powered by Google App Engine
This is Rietveld 408576698