[Webkit-unassigned] [Bug 210498] [GStreamer] GL context is accessed after finalized in WebKitGLVideo bin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 07:43:35 PDT 2020


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

--- Comment #13 from Alicia Boya García <aboya at igalia.com> ---
I confirmed that master GStreamer doesn't reproduce the bug, while 1.16.2. I bisected GStreamer between these two points and found the commit that fixes the issue.

commit 7e2073000a82a1e3361ac806ea698d2cf7ff0a30 (HEAD, refs/bisect/fixed)
Author: Matthew Waters <matthew at centricular.com>
Date:   Wed Feb 5 12:26:54 2020 +1100

    glbasefilter: add support for changing the display

    Each element will remove its usage of the old display and context and
    try to retrieve a new GL context.

Víctor is trying to remove redundant context setting which could also make this a non-issue for WebKit under currently released GStreamer: https://bugs.webkit.org/show_bug.cgi?id=213029

If that doesn't work, we could try to backport this patch to our flatpak GStreamer so that we get rid of one big source of flaky crashes when running multimedia tests.

-- 
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/20200616/732e2991/attachment.htm>


More information about the webkit-unassigned mailing list