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

Unified Diff: webrtc/call/flexfec_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/call/flexfec_receive_stream.h
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h
index 353811a92262924481d899a8afa0791e6436210f..6de60a721e4cd997fe98c6b16487e4b0c8f8ec06 100644
--- a/webrtc/call/flexfec_receive_stream.h
+++ b/webrtc/call/flexfec_receive_stream.h
@@ -17,11 +17,12 @@
#include <vector>
#include "webrtc/api/call/transport.h"
+#include "webrtc/call/rtp_packet_sink_interface.h"
#include "webrtc/config.h"
namespace webrtc {
-class FlexfecReceiveStream {
+class FlexfecReceiveStream : public RtpPacketSinkInterface {
public:
virtual ~FlexfecReceiveStream() = default;

Powered by Google App Engine
This is Rietveld 408576698