webrtc/rtc_tools
Ilya Nikolaevskiy 6a646905b9 Use a task queue for call interaction in video_replay tool
After some recent change current thread while creating the receive stream is
used as a task queue for stats calculation.

Currently, video_replay tool doesn't create streams inside a task queue, so
it ends up posting tasks to a "dead" task queue, which doesn't run message
processing loop at all.

Bug: webrtc:12204
Change-Id: Ieb97a10f44a11e92e2ac08df5b39b7cd695c852e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196860
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Philipp Hancke <philipp.hancke@googlemail.com>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32824}
2020-12-14 15:25:43 +00:00
..
audioproc_f Move audioproc_f to rtc_tools. 2019-12-10 12:08:56 +00:00
converter Use non-deprecated EncodedImageCallback::OnEncodedImage in rtc_tools 2020-08-12 09:17:15 +00:00
frame_analyzer Write protos as binary. 2020-03-12 09:43:57 +00:00
loopback_test Remove inactive OWNERS. 2020-02-19 13:37:36 +00:00
network_tester Reland "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-11-23 11:29:36 +00:00
psnr_ssim_analyzer Add usage message to psnr_ssim_analyzer. 2019-07-19 09:11:40 +00:00
py_event_log_analyzer Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
rtc_event_log_visualizer Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
rtp_generator Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
testing Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
unpack_aecdump Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00
author_line_count.sh author_line_count.sh: Move user arguments last 2019-04-01 08:03:05 +00:00
BUILD.gn Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
class_usage.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
compare_videos.py Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
DEPS Add YUV to IVF video converter util 2020-02-19 14:44:21 +00:00
header_usage.sh header_usage.sh: Keep leading directory for grep. 2017-10-19 13:46:51 +00:00
metrics_plotter.py Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
OWNERS Purge phoglund from most OWNERS files. 2020-03-09 14:08:30 +00:00
sanitizers_unittest.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
video_file_reader.cc Fix -Wunused-result warnings 2019-02-13 09:24:08 +00:00
video_file_reader.h Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_reader_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_writer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_writer.h Fix VideoFileWriterTest flakiness by using unique file path. 2019-03-21 11:21:15 +00:00
video_file_writer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_replay.cc Use a task queue for call interaction in video_replay tool 2020-12-14 15:25:43 +00:00