commit | 07147aba6a64f7f55b25a2c1a736a04032bc1a5b | [log] [tgz] |
---|---|---|
author | Dale Curtis <dalecurtis@chromium.org> | Fri Sep 20 00:07:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 00:07:48 2024 |
tree | b42811e25ba26a31729f9f49500342b65fee6e00 | |
parent | db205247f25eaba557b5ae212ed5f9f913ee8a5b [diff] |
Update DecoderSelector to prefer existing platform decoder. This changes the resolution based priority path to prefer an existing platform decoder over switching to a software decoder regardless of the resolution. On Android and other platforms we may end up with visible glitches when transitioning away from the hardware decoder. Due to an issue found when adding a DCHECK() for this functionality this fixes a minor issue with DecoderStream where Reset() might end up appending multiple sets of the same decoder. R=sandersd Bug: 361823989 Change-Id: I48ded89f17af3624e09784d1535d865eab106308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5876272 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1357920}
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.