Inject TaskQueueFactory to video streams.

Bug: webrtc:10365
Change-Id: Ib655d8eac4467926bcb86cf2cb3728eabf5342d8
Reviewed-on: https://webrtc-review.googlesource.com/c/125089
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26921}
diff --git a/video/BUILD.gn b/video/BUILD.gn
index 6f79875..268aeab 100644
--- a/video/BUILD.gn
+++ b/video/BUILD.gn
@@ -56,6 +56,7 @@
     "../api:libjingle_peerconnection_api",
     "../api:scoped_refptr",
     "../api:transport_api",
+    "../api/task_queue",
     "../api/video:encoded_image",
     "../api/video:video_bitrate_allocation",
     "../api/video:video_bitrate_allocator",
@@ -478,6 +479,7 @@
       "../api:mock_frame_decryptor",
       "../api:scoped_refptr",
       "../api:simulated_network_api",
+      "../api/task_queue:global_task_queue_factory",
       "../api/test/video:function_video_factory",
       "../api/units:data_rate",
       "../api/video:builtin_video_bitrate_allocator_factory",