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

Unified Diff: webrtc/modules/video_capture/external/video_capture_external.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
Index: webrtc/modules/video_capture/external/video_capture_external.cc
diff --git a/webrtc/modules/video_capture/external/video_capture_external.cc b/webrtc/modules/video_capture/external/video_capture_external.cc
index d636eeeef126c33a23f3159754aa10eee6fcc8b2..828179a555d74bd711e96c9490e5481fef56ce0d 100644
--- a/webrtc/modules/video_capture/external/video_capture_external.cc
+++ b/webrtc/modules/video_capture/external/video_capture_external.cc
@@ -16,9 +16,8 @@ namespace webrtc {
namespace videocapturemodule {
rtc::scoped_refptr<VideoCaptureModule> VideoCaptureImpl::Create(
- const int32_t id,
const char* deviceUniqueIdUTF8) {
- return new rtc::RefCountedObject<VideoCaptureImpl>(id);
+ return new rtc::RefCountedObject<VideoCaptureImpl>();
}
} // namespace videocapturemodule
« no previous file with comments | « webrtc/modules/video_capture/external/device_info_external.cc ('k') | webrtc/modules/video_capture/linux/device_info_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698