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

Update Player instantiator API #23294

Merged
merged 1 commit into from May 2, 2019
Merged

Update Player instantiator API #23294

merged 1 commit into from May 2, 2019

Commits on May 2, 2019

  1. Update Player instantiator API

    Now servo/media player requires a new parameter for its creator, which
    is a trait object that provides the GL parameters needed for setup the
    generation of frames as GL textures.
    
    This patch provides a dummy GL context trait object where the code
    path will go to the default of raw frames.
    
    Webaudio test expectation also were changed, adding two new failing
    tests.
    ceyusa committed May 2, 2019
You can’t perform that action at this time.