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

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

Issue 1660103003: Delete FrameInput method and FrameInputWrapper class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/mediastreamtrackproxy.h » ('j') | talk/app/webrtc/videosource.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..0bff70a7cd483930c63a16f19c04b04bef9e3f25 100644
--- a/talk/app/webrtc/mediastreaminterface.h
+++ b/talk/app/webrtc/mediastreaminterface.h
@@ -146,6 +146,11 @@ class VideoTrackInterface : public MediaStreamTrackInterface {
virtual void RemoveRenderer(VideoRendererInterface* renderer) = 0;
virtual VideoSourceInterface* GetSource() const = 0;
+ // TODO(nisse): Return type should be changed to
+ // rtc::VideoSinkInterface<cricket::VideoFrame>*, as soon as
+ // VideoProviderInterface::SetVideoPlayout is changed to accept that
+ // type.
+ virtual cricket::VideoRenderer* GetSink() = 0;
protected:
virtual ~VideoTrackInterface() {}
« no previous file with comments | « no previous file | talk/app/webrtc/mediastreamtrackproxy.h » ('j') | talk/app/webrtc/videosource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698