aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorSebastian Jansson <srte@webrtc.org>2018-05-04 14:08:15 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-04 12:44:44 +0000
commite6256055e7db560da560829a3e249898f9685d1f (patch)
treea98bab558c35abefdb483b1d3895186d0293d083 /call/BUILD.gn
parent9d96e923169dc237b056f3e2b432a6759155bf2d (diff)
downloadwebrtc-e6256055e7db560da560829a3e249898f9685d1f.tar.gz
Moving task queue from Call to transport controller.
Moving ownership of worker task queue in Call to RtpTransportControllerSend. This CL also ensures that the task queue is not destroyed until the process thread running SendSideCongestionController is stopped. The worker queue should be owned by RtpTransportControllerSend since it is mainly used for rtp and transport related tasks such as bitrate allocation and signaling network state. Bug: webrtc:9232 Change-Id: I211edf1a3b9f9b2572875d5584cb788cb2449ef9 Reviewed-on: https://webrtc-review.googlesource.com/63023 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23119}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 1924e26780..cf3a592bcc 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -110,6 +110,7 @@ rtc_source_set("rtp_sender") {
"../modules/utility",
"../rtc_base:rtc_base",
"../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_task_queue",
"../system_wrappers:field_trial_api",
]
}