commit | ef262fcc3bcc04547f9aaedf62cd963abbac04b0 | [log] [tgz] |
---|---|---|
author | Qiu Jianlin <jianlin.qiu@intel.com> | Mon Aug 12 23:29:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 12 23:29:42 2024 |
tree | fc8510f6176ccb708db66d316733c397e5c07564 | |
parent | 44716966fa6dbd4f93c1ee33bfef1fda0033ae26 [diff] |
[Win]Abort encoding on critical error event from HMFT. Treat MEError event emitted from HMFT as unrecoverable, and fallback to software. The driver emits this event when you set a very large bitrate on the HMFT, and driver is now in a state that it does not produce any output, rejecting any input, and at the same time not asking for input any more. Fallback to SW immediately to avoid stucking in MFVEA, instead of monitoring pending encode queue length for fallback. Bug: 40935853 Change-Id: I9594b30b82a86222190f491acf93a39894c80e50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5775204 Commit-Queue: Jianlin Qiu <jianlin.qiu@intel.com> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Markus Handell <handellm@google.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1340694}
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.