Index: webrtc/audio/audio_send_stream.cc |
diff --git a/webrtc/audio/audio_send_stream.cc b/webrtc/audio/audio_send_stream.cc |
index ec18125427282d4624543bc45b274d2b1a42692e..c49dd7760d3c1140e3016570989f377d7d2b59d1 100644 |
--- a/webrtc/audio/audio_send_stream.cc |
+++ b/webrtc/audio/audio_send_stream.cc |
@@ -86,8 +86,7 @@ AudioSendStream::AudioSendStream( |
} |
} |
channel_proxy_->RegisterSenderCongestionControlObjects( |
- congestion_controller->pacer(), |
- congestion_controller->GetTransportFeedbackObserver(), packet_router, |
+ congestion_controller->pacer(), congestion_controller, packet_router, |
minyue-webrtc
2017/03/02 19:53:58
should the 2nd arg be an FeedbackAdaptor?
elad.alon_webrtc.org
2017/03/08 18:25:09
As agreed with Stefan, CongestionController is now
|
bandwidth_observer_.get()); |
if (!SetupSendCodec()) { |
LOG(LS_ERROR) << "Failed to set up send codec state."; |