| Index: webrtc/modules/video_capture/video_capture_factory.h
|
| diff --git a/webrtc/modules/video_capture/video_capture_factory.h b/webrtc/modules/video_capture/video_capture_factory.h
|
| index f05609a643ab01ed177991802ea0e59cd4bd4d8c..c219a2a0ce3bedeb2b2e7277e37ddbd8773f5add 100644
|
| --- a/webrtc/modules/video_capture/video_capture_factory.h
|
| +++ b/webrtc/modules/video_capture/video_capture_factory.h
|
| @@ -25,18 +25,15 @@ class VideoCaptureFactory {
|
| // deviceUniqueIdUTF8 - name of the device.
|
| // Available names can be found by using GetDeviceName
|
| static rtc::scoped_refptr<VideoCaptureModule> Create(
|
| - const int32_t id,
|
| const char* deviceUniqueIdUTF8);
|
|
|
| // Create a video capture module object used for external capture.
|
| // id - unique identifier of this video capture module object
|
| // externalCapture - [out] interface to call when a new frame is captured.
|
| static rtc::scoped_refptr<VideoCaptureModule> Create(
|
| - const int32_t id,
|
| VideoCaptureExternal*& externalCapture);
|
|
|
| - static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
|
| - const int32_t id);
|
| + static VideoCaptureModule::DeviceInfo* CreateDeviceInfo();
|
|
|
| private:
|
| ~VideoCaptureFactory();
|
|
|