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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: CR response (brandtr) 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 c86d6b80ee4793e7632ce8efc0fd5c9fb3ee0ca2..3ff61dafa1ec8989beefd5ab6bd8c94a082f3a95 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -107,6 +107,9 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
uint32_t GetPlayoutTimestamp() const override;
void SetMinimumPlayoutDelay(int delay_ms) override;
+ void AddSecondarySink(RtpPacketSinkInterface* sink) override;
stefan-webrtc 2017/08/02 08:20:44 Add a comment indicating what interface this imple
eladalon 2017/08/02 09:16:27 Moved this to the webrtc::VideoReceiveStream secti
+ void RemoveSecondarySink(const RtpPacketSinkInterface* sink) override;
+
private:
static void DecodeThreadFunction(void* ptr);
bool Decode();

Powered by Google App Engine
This is Rietveld 408576698