commit | f1f24390ab877342652b5c7c6aa0574bef7d6926 | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Wed Aug 23 00:48:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 00:48:16 2023 |
tree | 138c69773919a84c6f20b4ec00b138a2430089ba | |
parent | 17af323c9ac0e8c31ea287d9b3bc535b4d3f092b [diff] |
webcodecs/VideoEncoderTest: Mock webcodecs VideoEncoder VideoEncoderTest uses FakeVideoEncoder that has a few functions to let webcodecs VideoEncoder use media::MockVideoEncoder. It can be achieved more easily with a flexible manner by mocking the webcodecs VideoEncoder. Bug: b:275663480 Test: unit test Change-Id: I1ea2b4d4a46e37b21be799f87ee392ac7b0b9656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4741035 Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1186949}
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.