Default enabling decoding on task queue.
Bug: webrtc:10365 Change-Id: I3e367129317e7a7f7f1e1531d7013e07ca5101bb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133160 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27638}
This commit is contained in:

committed by
Commit Bot

parent
eb02a76b36
commit
a7e78f24dd
@ -185,7 +185,8 @@ VideoReceiveStream::VideoReceiveStream(
|
|||||||
num_cpu_cores_(num_cpu_cores),
|
num_cpu_cores_(num_cpu_cores),
|
||||||
process_thread_(process_thread),
|
process_thread_(process_thread),
|
||||||
clock_(clock),
|
clock_(clock),
|
||||||
use_task_queue_(field_trial::IsEnabled("WebRTC-Video-DecodeOnTaskQueue")),
|
use_task_queue_(
|
||||||
|
!field_trial::IsDisabled("WebRTC-Video-DecodeOnTaskQueue")),
|
||||||
decode_thread_(&DecodeThreadFunction,
|
decode_thread_(&DecodeThreadFunction,
|
||||||
this,
|
this,
|
||||||
"DecodingThread",
|
"DecodingThread",
|
||||||
|
Reference in New Issue
Block a user