Chrome 138 data for Web Codecs flip and rotate options#27249
Merged
Chrome 138 data for Web Codecs flip and rotate options#27249
Conversation
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
Elchi3
approved these changes
Jul 8, 2025
Member
Elchi3
left a comment
There was a problem hiding this comment.
Thanks Chris, I'm not sure how useful these data points are, but I'm not opposed to adding them. I guess it's nice to render these rows on MDN compatibility tables.
Unfortunately, they aren't target of BCD collector automation so if/when other non-Chromium browsers ship this, we will have to update these manually. We will see how that goes.
I'm updating the spec URLs otherwise LGTM. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Chrome 138 adds support for the WebCodecs API
flipandrotateoptions. See https://chromestatus.com/feature/5128855343595520@Elchi3 already added docs for these features, and the BCD for
VideoFrame.flipandVideoFrame.rotationwas added in #26937.However, I thought it might be helpful to add data points for those options being available in the
VideoFrame()constructor,VideoDecoder.configure(), andVideoDecoder.isConfigSupported(). This PR adds those things.Test results and supporting details
Related issues