aboutsummaryrefslogtreecommitdiff
path: root/video/video_receive_stream2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_receive_stream2.cc')
-rw-r--r--video/video_receive_stream2.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/video_receive_stream2.cc b/video/video_receive_stream2.cc
index c929f07616..72257f01cc 100644
--- a/video/video_receive_stream2.cc
+++ b/video/video_receive_stream2.cc
@@ -216,7 +216,6 @@ VideoReceiveStream2::VideoReceiveStream2(TaskQueueFactory* task_queue_factory,
int num_cpu_cores,
PacketRouter* packet_router,
VideoReceiveStream::Config config,
- ProcessThread* process_thread,
CallStats* call_stats,
Clock* clock,
VCMTiming* timing)
@@ -241,7 +240,6 @@ VideoReceiveStream2::VideoReceiveStream2(TaskQueueFactory* task_queue_factory,
rtp_receive_statistics_.get(),
&stats_proxy_,
&stats_proxy_,
- process_thread,
this, // NackSender
nullptr, // Use default KeyFrameRequestSender
this, // OnCompleteFrameCallback
@@ -262,7 +260,6 @@ VideoReceiveStream2::VideoReceiveStream2(TaskQueueFactory* task_queue_factory,
RTC_DCHECK(call_->worker_thread());
RTC_DCHECK(config_.renderer);
RTC_DCHECK(call_stats_);
- module_process_sequence_checker_.Detach();
packet_sequence_checker_.Detach();
RTC_DCHECK(!config_.decoders.empty());