Index: webrtc/video/video_receive_stream.cc |
diff --git a/webrtc/video/video_receive_stream.cc b/webrtc/video/video_receive_stream.cc |
index b67e2951a20b1a771168a796ab93c95ca73b379e..0d3365810cc4c52462b65b47d7148a1f31aa992b 100644 |
--- a/webrtc/video/video_receive_stream.cc |
+++ b/webrtc/video/video_receive_stream.cc |
@@ -203,9 +203,9 @@ VideoReceiveStream::VideoReceiveStream( |
decode_thread_(DecodeThreadFunction, this, "DecodingThread"), |
congestion_controller_(congestion_controller), |
call_stats_(call_stats), |
- video_receiver_(clock_, nullptr, this, this, this), |
- stats_proxy_(&config_, clock_), |
timing_(new VCMTiming(clock_)), |
+ video_receiver_(clock_, nullptr, this, timing_.get(), this, this), |
+ stats_proxy_(&config_, clock_), |
rtp_stream_receiver_( |
&video_receiver_, |
congestion_controller_->GetRemoteBitrateEstimator( |