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

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

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
« no previous file with comments | « webrtc/modules/video_capture/windows/video_capture_mf.h ('k') | webrtc/test/vcm_capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_capture/windows/video_capture_mf.cc
diff --git a/webrtc/modules/video_capture/windows/video_capture_mf.cc b/webrtc/modules/video_capture/windows/video_capture_mf.cc
index c79ed222c0d8889fe386f09fa134ed2f910e2464..cd3faf7abbd18ec1ff67307dbb8921e2db8a05c0 100644
--- a/webrtc/modules/video_capture/windows/video_capture_mf.cc
+++ b/webrtc/modules/video_capture/windows/video_capture_mf.cc
@@ -13,10 +13,10 @@
namespace webrtc {
namespace videocapturemodule {
-VideoCaptureMF::VideoCaptureMF(const int32_t id) : VideoCaptureImpl(id) {}
+VideoCaptureMF::VideoCaptureMF() {}
VideoCaptureMF::~VideoCaptureMF() {}
-int32_t VideoCaptureMF::Init(const int32_t id, const char* device_id) {
+int32_t VideoCaptureMF::Init(const char* device_id) {
return 0;
}
« no previous file with comments | « webrtc/modules/video_capture/windows/video_capture_mf.h ('k') | webrtc/test/vcm_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698