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

Unified Diff: webrtc/media/engine/webrtcvideoengine2.cc

Issue 2553863003: Parse FlexFEC RTP headers in Call and add integration with BWE. (Closed)
Patch Set: nisse comments 1. Created 4 years 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/media/engine/webrtcvideoengine2.cc
diff --git a/webrtc/media/engine/webrtcvideoengine2.cc b/webrtc/media/engine/webrtcvideoengine2.cc
index 9e36697a6155b2c68ad355d89b892639b12488a5..20a175f9e2228c85e0e84545b0c178a75be1393c 100644
--- a/webrtc/media/engine/webrtcvideoengine2.cc
+++ b/webrtc/media/engine/webrtcvideoengine2.cc
@@ -2348,7 +2348,7 @@ void WebRtcVideoChannel2::WebRtcVideoReceiveStream::RecreateWebRtcStream() {
// RTCP messages and RTP header extensions apply to the entire track
// in the SDP.
config.transport_cc = config_.rtp.transport_cc;
- config.extensions = config_.rtp.extensions;
+ config.rtp_header_extensions = config_.rtp.extensions;
flexfec_stream_ = call_->CreateFlexfecReceiveStream(config);
flexfec_stream_->Start();
}

Powered by Google App Engine
This is Rietveld 408576698