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; |