Running FrameBuffer on task queue.
This prepares for running WebRTC in simulated time where event::Wait based timing doesn't work. Bug: webrtc:10365 Change-Id: Ia0f9b1cc8e3c8c27a38e45b40487050a4699d8cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129962 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27422}
This commit is contained in:
committed by
Commit Bot
parent
d98cbd8f91
commit
13943b7b7f
@ -151,6 +151,7 @@ rtc_static_library("video_coding") {
|
||||
"..:module_api_public",
|
||||
"../../api:fec_controller_api",
|
||||
"../../api:rtp_headers",
|
||||
"../../api/task_queue:global_task_queue_factory",
|
||||
"../../api/units:data_rate",
|
||||
"../../api/video:builtin_video_bitrate_allocator_factory",
|
||||
"../../api/video:encoded_frame",
|
||||
@ -170,6 +171,7 @@ rtc_static_library("video_coding") {
|
||||
"../../rtc_base/experiments:jitter_upper_bound_experiment",
|
||||
"../../rtc_base/experiments:rtt_mult_experiment",
|
||||
"../../rtc_base/system:fallthrough",
|
||||
"../../rtc_base/task_utils:repeating_task",
|
||||
"../../rtc_base/third_party/base64",
|
||||
"../../rtc_base/time:timestamp_extrapolator",
|
||||
"../../system_wrappers",
|
||||
|
||||
Reference in New Issue
Block a user