| commit | 825c3af9146c758c5379b432173f44fc0fbdb5e7 | [log] [tgz] |
|---|---|---|
| author | Hirokazu Honda <hiroh@chromium.org> | Tue Nov 15 12:38:38 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 15 12:38:38 2022 |
| tree | 0faae2210cd63cdff0456d2abdaa2e4d30a918de | |
| parent | f0b224e5bb65f4f5242730fdb96c86cc197f2e0d [diff] |
RTCVETest: Run RTCVideoEncoder functions on non test main thread This is the RTCVideoEncoderTest version of crrev.com/c/3937646. RTCVideoEncoderTest runs RTCVideoEncoder functions on the test thread. If we make Encode() asynchronous, it is impossible to get a status change notification from a media thread until the test ends. This CL resolves the problem by running RTCVideoEncoder functions on a different thread from the test main thread. Bug: b:241349739 Test: blink_platform_unittests Change-Id: I9f5876d68760c6d8a5be78722c4b8d87ab8ead0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4005875 Reviewed-by: Henrik Boström <hbos@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1071552}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.