[Webkit-unassigned] [Bug 172923] New: [GStreamer] Use the same draw timer and mutex when AC disabled or building without OpenGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 5 09:32:30 PDT 2017


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

            Bug ID: 172923
           Summary: [GStreamer] Use the same draw timer and mutex when AC
                    disabled or building without OpenGL
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, magomez at igalia.com

We have two different paths to do the same, when building without OpenGL, the VideoRenderRequestScheduler has its own timer and we need to add ifdefs to handle that. But when building with OpenGL we still support non-accelerated rendering that does the same than the VideoRenderRequestScheduler timer, but using the media player timer instead. We can simplify the code and remove more ifdefs by using the media player timer and mutex in all cases for non-accelerated rendering.

-- 
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/20170605/edd65cd4/attachment.html>


More information about the webkit-unassigned mailing list