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

Unified Diff: webrtc/modules/video_capture/windows/video_capture_mf.h

Issue 2534553002: Replace VideoCaptureDataCallback by VideoSinkInterface. (Closed)
Patch Set: Break overlong lines. Created 4 years 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: webrtc/modules/video_capture/windows/video_capture_mf.h
diff --git a/webrtc/modules/video_capture/windows/video_capture_mf.h b/webrtc/modules/video_capture/windows/video_capture_mf.h
index 076ef55ecff566f12d57465a4f3113574899816f..5b58f891e674b6c3b6de0eef72364e7a9e4ba63f 100644
--- a/webrtc/modules/video_capture/windows/video_capture_mf.h
+++ b/webrtc/modules/video_capture/windows/video_capture_mf.h
@@ -22,9 +22,9 @@ namespace videocapturemodule {
// for supported platforms.
class VideoCaptureMF : public VideoCaptureImpl {
public:
- explicit VideoCaptureMF(const int32_t id);
+ VideoCaptureMF();
- int32_t Init(const int32_t id, const char* device_id);
+ int32_t Init(const char* device_id);
// Overrides from VideoCaptureImpl.
virtual int32_t StartCapture(const VideoCaptureCapability& capability);

Powered by Google App Engine
This is Rietveld 408576698