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

Unified Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 2392663006: Add a FlexfecReceiver class. (Closed)
Patch Set: Add a FlexfecReceiver class. Created 4 years, 2 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/modules/rtp_rtcp/rtp_rtcp.gypi
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index ac8e666b6b3248ea33d332ccd6f31885d85a8172..2bdd8c45ffaf15cc388f4a01c9e556792ff8f357 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -19,6 +19,7 @@
'sources': [
# Common
'include/fec_receiver.h',
+ 'include/flexfec_receiver.h',
'include/receive_statistics.h',
'include/remote_ntp_time_estimator.h',
'include/rtp_header_parser.h',
@@ -29,6 +30,8 @@
'source/byte_io.h',
'source/fec_receiver_impl.cc',
'source/fec_receiver_impl.h',
+ 'source/flexfec_receiver_impl.cc',
+ 'source/flexfec_receiver_impl.h',
stefan-webrtc 2016/10/05 14:45:59 The mock wasn't added.
brandtr 2016/10/06 08:38:57 :(
'source/packet_loss_stats.cc',
'source/packet_loss_stats.h',
'source/playout_delay_oracle.cc',

Powered by Google App Engine
This is Rietveld 408576698