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

Unified Diff: video/rtp_video_stream_receiver.cc

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Crude rebase. Created 3 years, 3 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 | « video/end_to_end_tests.cc ('k') | video/video_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/rtp_video_stream_receiver.cc
diff --git a/video/rtp_video_stream_receiver.cc b/video/rtp_video_stream_receiver.cc
index c5483e91b4b3f620136bc3aec702be9bc660656d..332b211f5a1eae42505eb49388297e3bb5aa8b3f 100644
--- a/video/rtp_video_stream_receiver.cc
+++ b/video/rtp_video_stream_receiver.cc
@@ -97,7 +97,9 @@ RtpVideoStreamReceiver::RtpVideoStreamReceiver(
packet_router_(packet_router),
process_thread_(process_thread),
ntp_estimator_(clock_),
+#if 0
rtp_header_extensions_(config_.rtp.extensions),
+#endif
rtp_receiver_(RtpReceiver::CreateVideoReceiver(clock_,
this,
this,
« no previous file with comments | « video/end_to_end_tests.cc ('k') | video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698