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

Commits on Oct 4, 2019

  1. Always hold current frame

    Regardless if it contains raw data or a gl texture.
    
    It is required to hold current frame because it can be used for
    webgl's get_image_pixels
    ceyusa committed Oct 4, 2019
  2. Enable related WPT tests

    ceyusa committed Oct 4, 2019
You can’t perform that action at this time.