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

Unified Diff: talk/app/webrtc/videosourceinterface.h

Issue 1664773002: Added VideoTrackInterface::GetSink method, for use by VideoRtpReceiver. Get rid of FrameInput. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete FrameInput method and FrameInputWrapper class. Created 4 years, 11 months 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: talk/app/webrtc/videosourceinterface.h
diff --git a/talk/app/webrtc/videosourceinterface.h b/talk/app/webrtc/videosourceinterface.h
index e81142a20f1a23c25c129c178c72e45df178829f..29da285636c6cb9ff8dff7498deb96ecf75e2d82 100644
--- a/talk/app/webrtc/videosourceinterface.h
+++ b/talk/app/webrtc/videosourceinterface.h
@@ -71,7 +71,6 @@ class VideoSourceInterface : public MediaSourceInterface {
virtual void RemoveSink(
rtc::VideoSinkInterface<cricket::VideoFrame>* output){};
virtual const cricket::VideoOptions* options() const = 0;
- virtual cricket::VideoRenderer* FrameInput() = 0;
protected:
virtual ~VideoSourceInterface() {}

Powered by Google App Engine
This is Rietveld 408576698