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

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

Issue 1660103003: Delete FrameInput method and FrameInputWrapper class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comment improvement. Created 4 years, 10 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 | « talk/app/webrtc/videosourceproxy.h ('k') | talk/app/webrtc/videotrack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/videotrack.h
diff --git a/talk/app/webrtc/videotrack.h b/talk/app/webrtc/videotrack.h
index 67a216361514da899a2fc9cd6e1ac32c4b9e3dee..b321c4264618b379a471ee62b4c4c53fb6d54625 100644
--- a/talk/app/webrtc/videotrack.h
+++ b/talk/app/webrtc/videotrack.h
@@ -47,6 +47,7 @@ class VideoTrack : public MediaStreamTrack<VideoTrackInterface> {
virtual VideoSourceInterface* GetSource() const {
return video_source_.get();
}
+ rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink() override;
virtual bool set_enabled(bool enable);
virtual std::string kind() const;
« no previous file with comments | « talk/app/webrtc/videosourceproxy.h ('k') | talk/app/webrtc/videotrack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698