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

Unified Diff: trunk/src/media/video/capture/linux/video_capture_device_linux.h

Issue 84393002: Revert 236927 "Reorganize media::VideoCapture* types" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/media/video/capture/linux/video_capture_device_linux.h
===================================================================
--- trunk/src/media/video/capture/linux/video_capture_device_linux.h (revision 236934)
+++ trunk/src/media/video/capture/linux/video_capture_device_linux.h (working copy)
@@ -24,7 +24,7 @@
virtual ~VideoCaptureDeviceLinux();
// VideoCaptureDevice implementation.
- virtual void AllocateAndStart(const VideoCaptureParams& params,
+ virtual void AllocateAndStart(const VideoCaptureCapability& capture_format,
scoped_ptr<Client> client) OVERRIDE;
virtual void StopAndDeAllocate() OVERRIDE;
@@ -64,7 +64,7 @@
Buffer* buffer_pool_;
int buffer_pool_size_; // Number of allocated buffers.
int timeout_count_;
- VideoCaptureFormat capture_format_;
+ VideoCaptureCapability frame_info_;
DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceLinux);
};

Powered by Google App Engine
This is Rietveld 408576698