commit | 3fe5f0d81e7117d01de54594ca549ad85adb900d | [log] [tgz] |
---|---|---|
author | Chris Cunningham <chcunningham@chromium.org> | Tue Apr 26 05:25:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 26 05:25:46 2022 |
tree | 45d96d0cc1b11258998f831d3a99e4c596b8584c | |
parent | d4864e37ceb26410b0bc49855d493842d37b0cbe [diff] |
VideoEncodeAcceleratorAdapter: fix error callback We previously observed the error but were signalling "OK" to the upper layer. This CL passes the error along. Adds new test for the error. Bug: 1292782 Change-Id: I96472e8b0760570e9ec94fa07cbad2ec6d6185fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3602674 Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/main@{#996007}
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.