[Webkit-unassigned] [Bug 200626] New: [GL][GStreamer] Instantiate GstGLContext when the shared GLContext is created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 05:57:37 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200626

            Bug ID: 200626
           Summary: [GL][GStreamer] Instantiate GstGLContext when the
                    shared GLContext is created
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vjaquez at igalia.com

Currently one GstGLContext is created per video tag, and (as in https://bugs.webkit.org/show_bug.cgi?id=196966 ) it has to make current the shared context, which may add processing.

A better approach would be to create one GstGLContext when the GLContext is created and current, and when a video media element created, the created GstGLContext increases its reference count and passed to the GStreamer pipeline.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190812/f21a7e36/attachment-0001.html>


More information about the webkit-unassigned mailing list