commit | 5636bd81bc94daacc6773d083d5441c18a6f3f89 | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Thu Jan 18 08:57:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 08:57:22 2024 |
tree | 2f98f07367cdc4e4b111997afdecf7881a41b3bf | |
parent | dd92eeeb4d115bda568ff6bfac152691f2c14357 [diff] |
mediarecorder: Don't drop a frame in MediaRecorder The encoded stream in MediaRecorder is saved into a file. So we don't have to care the transmission and the bitrate overshoot so much. This CL specifies video encoders to not drop a frame. Bug: b:280363228 Test: Chrome Camera App on atlas Change-Id: I34287df77b32a56d3fdedb8a780c54ef30875e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5203168 Reviewed-by: Markus Handell <handellm@google.com> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1248637}
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.