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

Unified Diff: webrtc/call/flexfec_receive_stream.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Remove mistaken TODO. 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
« no previous file with comments | « no previous file | webrtc/call/flexfec_receive_stream_impl.h » ('j') | webrtc/video/rtp_video_stream_receiver.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/flexfec_receive_stream.h
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h
index babeee0ecb64c4c93d4c961c9c3adaeb100893fb..3f262c28b65f3156bd6af9679b87e3124f61d335 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:
struct Stats {
std::string ToString(int64_t time_ms) const;
« no previous file with comments | « no previous file | webrtc/call/flexfec_receive_stream_impl.h » ('j') | webrtc/video/rtp_video_stream_receiver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698