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

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

Issue 1772383002: Packet buffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Generalized the FrameObject class. Created 4 years, 9 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/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 02c9c6b32b199c8e2f8951ec326e42044860a077..35d76cb2c82e440e5f9ad4c731237ffb79722640 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -34,6 +34,7 @@
'encoded_frame.h',
'fec_tables_xor.h',
'frame_buffer.h',
+ 'frame_object.h',
'generic_decoder.h',
'generic_encoder.h',
'histogram.h',
@@ -47,6 +48,7 @@
'nack_fec_tables.h',
'nack_module.h',
'packet.h',
+ 'packet_buffer.h',
'qm_select_data.h',
'qm_select.h',
'receiver.h',
@@ -64,6 +66,7 @@
'decoding_state.cc',
'encoded_frame.cc',
'frame_buffer.cc',
+ 'frame_object.cc',
'generic_decoder.cc',
'generic_encoder.cc',
'inter_frame_delay.cc',
@@ -74,6 +77,7 @@
'media_optimization.cc',
'nack_module.cc',
'packet.cc',
+ 'packet_buffer.cc',
'qm_select.cc',
'receiver.cc',
'rtt_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698