commit | f4f4b20bc9c07b8cc45e5df6aaf9fe4ca373b179 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@google.com> | Tue Jan 11 13:59:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 11 13:59:29 2022 |
tree | 1b6e873f76641ab2caf206d9db3a8d8fd78fa024 | |
parent | 24901ca1bf46fb336c470ad7713a94f0433bb112 [diff] |
Metronome: exclude WebRTC EncoderQueues. This CL excludes EncoderQueues created from WebRTC from the metronomed queues. This is due to a need for high-precision delayed tasks from zero-hertz adapter mode in VideoStreamEncoder. This CL also renames WebRtcMetronomeTaskQueue's exclude_decoders parameter to exclude_codecs, and it's scope now includes both decoder queues and encoder queues. Bug: chromium:1255737 Change-Id: Ide9108de59aedf548cb7b17cd42d1193987e20ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3377982 Reviewed-by: Henrik Boström <hbos@chromium.org> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/main@{#957539}
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.