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

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

Issue 2392663006: Add a FlexfecReceiver class. (Closed)
Patch Set: holmer's comments 1. 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 d98831bf732c9874f607924e2521774636528be8..0be12fe4f301a2ac64a290d259f8be68940002bd 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',
'source/packet_loss_stats.cc',
'source/packet_loss_stats.h',
'source/playout_delay_oracle.cc',
@@ -164,6 +167,7 @@
'source/vp8_partition_aggregator.h',
# Mocks
'mocks/mock_rtp_rtcp.h',
+ 'mocks/mock_recovered_packet_receiver.h',
'source/mock/mock_rtp_payload_strategy.h',
], # source
'conditions': [
« no previous file with comments | « webrtc/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h ('k') | webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698