| commit | 7455a97cf45e697be16d969a105e6510ccc9c44a | [log] [tgz] |
|---|---|---|
| author | Miguel Casas-Sanchez <mcasas@chromium.org> | Wed Feb 14 18:58:19 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 14 18:58:19 2024 |
| tree | 119bd3e1f3122a0fc983888109bb281c1929ade2 | |
| parent | 432a45baca3c8591dd1668d8167416346bdd3d59 [diff] |
media/gpu: Avoid MEDIA_LOG twice in VDPipeline:OnInitializeDone() ToT code would send two MEDIA_LOG()s when it receives an error |status| in VideoDecoderPipeline::OnInitializeDone(): one for the error, and another one unintended. This CL fixes that. Bug: b:325269547 Change-Id: I5439e89264d4485e1f9adc9b458e9ed1806afee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5296099 Reviewed-by: Fritz Koenig <frkoenig@chromium.org> Commit-Queue: Miguel Casas-Sanchez <mcasas@chromium.org> Cr-Commit-Position: refs/heads/main@{#1260611}
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.