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

get_image_pixels() implementation for video element #24233

Merged
merged 3 commits into from Oct 5, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Enable related WPT tests

  • Loading branch information
ceyusa committed Oct 4, 2019
commit 2010d896131cb0536634373edec99000ecc0c225
@@ -1,2 +1,2 @@
[oes-texture-float-with-video.html]
disabled: https://github.com/servo/servo/issues/6711
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -1,2 +1,2 @@
[oes-texture-half-float-with-video.html]
disabled: https://github.com/servo/servo/issues/6711
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437

This file was deleted.

@@ -1,3 +1,6 @@
[texture-npot-video.html]
disabled: https://github.com/servo/servo/issues/6711
[WebGL test #5: shouldBe 0,0,0\nat (4, 4) expected: 0,0,0 was 255,0,0]
expected: FAIL

[WebGL test #6: shouldBe 0,0,0\nat (4, 40) expected: 0,0,0 was 0,255,0]
expected: FAIL

This file was deleted.

@@ -0,0 +1,2 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
@@ -0,0 +1,2 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.