Index: webrtc/api/videotracksource.h |
diff --git a/webrtc/api/videotracksource.h b/webrtc/api/videotracksource.h |
index 78577aaba23b1f4e4efe345a3cf5fd4e875c8b28..fb02616848aa25cd2df1666a4eabecea1da8b103 100644 |
--- a/webrtc/api/videotracksource.h |
+++ b/webrtc/api/videotracksource.h |
@@ -39,6 +39,8 @@ class VideoTrackSource : public Notifier<VideoTrackSourceInterface> { |
virtual bool is_screencast() const { return false; } |
virtual bool needs_denoising() const { return false; } |
+ bool GetInfo(VideoSourceInfo* info) override { return false; } |
+ |
void AddOrUpdateSink(rtc::VideoSinkInterface<cricket::VideoFrame>* sink, |
const rtc::VideoSinkWants& wants) override; |
void RemoveSink(rtc::VideoSinkInterface<cricket::VideoFrame>* sink) override; |