Index: webrtc/api/videosource.h |
diff --git a/webrtc/api/videosource.h b/webrtc/api/videosource.h |
index e3ca0180d51e06a57e30ed21e73dead2c8263503..b06850d533322dce0f5007943048d8b5256ddfad 100644 |
--- a/webrtc/api/videosource.h |
+++ b/webrtc/api/videosource.h |
@@ -53,6 +53,13 @@ class VideoSource : public Notifier<VideoSourceInterface>, |
const webrtc::MediaConstraintsInterface* constraints, |
bool remote); |
+ // Note that the non-constraints version does not have the ability to |
+ // select configuration based on width, height, aspect ratio or frame rate. |
+ static rtc::scoped_refptr<VideoSource> Create( |
+ cricket::ChannelManager* channel_manager, |
+ cricket::VideoCapturer* capturer, |
+ bool remote); |
+ |
SourceState state() const override { return state_; } |
bool remote() const override { return remote_; } |