commit | 2f23676092757bf926edcd8decb3c759b2055ff6 | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Thu Mar 28 10:11:36 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 28 10:11:36 2024 |
tree | 14e99b2698b1e973a5cbdcac59afa1cb85a2de10 | |
parent | 850e4e7de0a697f17be9d42595bab9d7b6ffa597 [diff] |
VideoTrackRecorder: Don't crash when no h264 encoder is available This fixes the crash introduced in https://crrev.com/c/5294502 by rather invoking the error callback. Bug: 331628586 Test: unit test Change-Id: Icdcaaf506833b2cac2c946f27408acfd5e50d91f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5400939 Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Markus Handell <handellm@google.com> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1279540}
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.