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

Unified Diff: media/video/capture/fake_video_capture_device.h

Issue 24079003: Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementation for Linux and Fake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed perkj@ comments Created 7 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: media/video/capture/fake_video_capture_device.h
diff --git a/media/video/capture/fake_video_capture_device.h b/media/video/capture/fake_video_capture_device.h
index 3bd0183e43d215bc3fc884138c2a93c9a299b448..49af143e42323508a62b717b90819fd37f63980c 100644
--- a/media/video/capture/fake_video_capture_device.h
+++ b/media/video/capture/fake_video_capture_device.h
@@ -25,6 +25,8 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
static void SetFailNextCreate();
static void GetDeviceNames(Names* device_names);
+ static void GetDeviceSupportedFormats(const Name& device,
+ VideoCaptureFormats* const formats);
perkj_chrome 2013/10/15 08:42:54 VideoCaptureFormats* const -> VideoCaptureFormats*
mcasas 2013/10/15 11:32:09 Done.
// VideoCaptureDevice implementation.
virtual void AllocateAndStart(

Powered by Google App Engine
This is Rietveld 408576698