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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Created 3 years, 5 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: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index a32573de971028132710b4e203ce0d4e514f0a7d..1ad53ecd3ac481b859d8bfd749c25b765f7bd887 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -66,6 +66,10 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
void SetSync(Syncable* audio_syncable);
+ // Implements SecondaryRtpSinksContainer (from webrtc::VideoReceiveStream).
+ void AddSecondarySink(RtpPacketSinkInterface* sink) override;
+ void RemoveSecondarySink(const RtpPacketSinkInterface* sink) override;
+
// Implements webrtc::VideoReceiveStream.
void Start() override;
void Stop() override;

Powered by Google App Engine
This is Rietveld 408576698