Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test I420 JPEG -> ImageDecoder -> VideoFrame -> WebGLTexture. #3641

Merged

Conversation

kenrussell
Copy link
Member

This configuration (specifically, an I420 encoded JPEG) was broken in Chromium. Other red/green tests with different file formats can be added to the same test case later if desired.

Associated with Chromium bug crbug.com/328284177 .

This configuration (specifically, an I420 encoded JPEG) was broken in
Chromium. Other red/green tests with different file formats can be
added to the same test case later if desired.

Associated with Chromium bug crbug.com/328284177 .
@kenrussell kenrussell force-pushed the image-decoder-to-texture-test branch from f6a12b7 to c554baf Compare April 11, 2024 05:09
@kenrussell
Copy link
Member Author

Updated test to check for ImageDecoder API and verified it's properly skipped in Safari Technology Preview and Firefox Nightly.

@kenrussell kenrussell requested a review from kdashg April 11, 2024 05:10
@kenrussell kenrussell merged commit 9aa16ea into KhronosGroup:main Apr 11, 2024
2 checks passed
@kenrussell kenrussell deleted the image-decoder-to-texture-test branch April 11, 2024 17:06
kenrussell added a commit to kenrussell/WebGL that referenced this pull request May 4, 2024
The test was fetching nonexistent "width" and "height" properties on
the VideoFrame, leading to a (0, 0)-sized texture upload. codedWidth
and codedHeight are the best approximation without handling the full
visibleRect in the test.

Follow-on to KhronosGroup#3641 .

Associated with Chromium bug crbug.com/337904214 .
kenrussell added a commit that referenced this pull request May 4, 2024
The test was fetching nonexistent "width" and "height" properties on
the VideoFrame, leading to a (0, 0)-sized texture upload. codedWidth
and codedHeight are the best approximation without handling the full
visibleRect in the test.

Follow-on to #3641 .

Associated with Chromium bug crbug.com/337904214 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants