| commit | 4c665efd74e3818b831271b960de9567a9a99ec6 | [log] [tgz] |
|---|---|---|
| author | Andres Calderon Jaramillo <andrescj@chromium.org> | Thu Apr 07 22:37:33 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 07 22:37:33 2022 |
| tree | 0f03c1841ec4cd7dca942db61f242251cc4b1bdd | |
| parent | 82184d314f6884fb002e577eaaf19d7838d3bba7 [diff] |
Add Mojo traits for media.stable.mojom.DecoderBuffer. This will make the follow-up CL:3558110 cleaner. The serialization logic is based on TypeConverter<media::mojom::DecoderBufferPtr, media::DecoderBuffer>::Convert() [1] and the de-serialization logic is based on TypeConverter<scoped_refptr<media::DecoderBuffer>, media::mojom::DecoderBufferPtr>::Convert() [2]. [1] https://source.chromium.org/chromium/chromium/src/+/main:media/mojo/common/media_type_converters.cc;l=48-84;drc=b33bfc1021de39d17baca16a311026d6798a2793 [2] https://source.chromium.org/chromium/chromium/src/+/main:media/mojo/common/media_type_converters.cc;l=86-118;drc=b33bfc1021de39d17baca16a311026d6798a2793 Bug: b:195769334 Test: None Change-Id: Idd3c6f06e3a9720e400a8b299fa4166932cdf2d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3569198 Reviewed-by: Pilar Molina Lopez <pmolinalopez@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/main@{#990156}
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.