diff --git a/video/video_receive_stream.cc b/video/video_receive_stream.cc index 29c88201d4..f23bfdb064 100644 --- a/video/video_receive_stream.cc +++ b/video/video_receive_stream.cc @@ -185,8 +185,7 @@ VideoReceiveStream::VideoReceiveStream( num_cpu_cores_(num_cpu_cores), process_thread_(process_thread), clock_(clock), - use_task_queue_( - !field_trial::IsDisabled("WebRTC-Video-DecodeOnTaskQueue")), + use_task_queue_(field_trial::IsEnabled("WebRTC-Video-DecodeOnTaskQueue")), decode_thread_(&DecodeThreadFunction, this, "DecodingThread",