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

Unified Diff: talk/session/media/channel.h

Issue 1655793003: Make cricket::VideoCapturer implement VideoSourceInterface (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Adding VideoSourceInterface and letting cricket::VideoCapturer implement it 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/session/media/channel.h
diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
index d8fde670a0ec5b714023da1f440faa34254f33c4..192a9e82d9e1a2ec219d5887628c57700aedc80d 100644
--- a/talk/session/media/channel.h
+++ b/talk/session/media/channel.h
@@ -482,6 +482,7 @@ class VideoChannel : public BaseChannel {
bool RequestIntraFrame();
bool SetVideoSend(uint32_t ssrc, bool enable, const VideoOptions* options);
+ rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink(uint32_t ssrc);
private:
typedef std::map<uint32_t, VideoCapturer*> ScreencastMap;

Powered by Google App Engine
This is Rietveld 408576698