| commit | 44c975558bf0fc924cec6e7797d62efaf82ee88c | [log] [tgz] |
|---|---|---|
| author | Thomas Guilbert <tguilbert@chromium.org> | Thu Nov 16 01:13:57 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 01:13:57 2023 |
| tree | 148524171eb44a69b8f6936129d8a6d4a87c387c | |
| parent | dcf16ee6d706a8bec6d3f60dbda597d63c4924c8 [diff] |
Disable AudioBufferConverter for bitstreams This CL fixes an MSAN issue in tests, which happens when we try to resample bitstream data. Resampling bitstreams doesn't make sense in the first place, so disable that path entirely. Bitstreams are used for HDMI passthrough on Cast for Android TV (see attached bug which first introduced said test). Bug: 1500772, 613385 Change-Id: Ic2685f34e65657f70c68693e385f017cfd3ce4fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5019498 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225252}
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.