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

Unified Diff: talk/app/webrtc/mediastreaminterface.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
« no previous file with comments | « no previous file | talk/app/webrtc/mediastreamprovider.h » ('j') | talk/app/webrtc/mediastreamprovider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediastreaminterface.h
diff --git a/talk/app/webrtc/mediastreaminterface.h b/talk/app/webrtc/mediastreaminterface.h
index 8d6feb02ef268a8115985d517e13cd0a40a018a3..4edf4ac6fc1c710dc11db3b12c4439ae7428d200 100644
--- a/talk/app/webrtc/mediastreaminterface.h
+++ b/talk/app/webrtc/mediastreaminterface.h
@@ -146,6 +146,7 @@ class VideoTrackInterface : public MediaStreamTrackInterface {
virtual void RemoveRenderer(VideoRendererInterface* renderer) = 0;
virtual VideoSourceInterface* GetSource() const = 0;
pthatcher1 2016/02/03 16:24:29 As mentioned in the other CL, I think we can just
+ virtual rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink() = 0;
protected:
virtual ~VideoTrackInterface() {}
« no previous file with comments | « no previous file | talk/app/webrtc/mediastreamprovider.h » ('j') | talk/app/webrtc/mediastreamprovider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698