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

Unified Diff: talk/app/webrtc/webrtcsession.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/app/webrtc/webrtcsession.h
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
index cd3f8967261232faee479eb26d370907b23566e9..24d5c0d7aa33c58262d65f908e1fa5b7203e7db3 100644
--- a/talk/app/webrtc/webrtcsession.h
+++ b/talk/app/webrtc/webrtcsession.h
@@ -265,6 +265,7 @@ class WebRtcSession : public AudioProviderInterface,
void SetVideoSend(uint32_t ssrc,
bool enable,
const cricket::VideoOptions* options) override;
+ rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink(uint32_t ssrc) override;
// Implements DtmfProviderInterface.
virtual bool CanInsertDtmf(const std::string& track_id);

Powered by Google App Engine
This is Rietveld 408576698