[Webkit-unassigned] [Bug 220407] [GStreamer] Do not use the registry scanner singleton from the UI process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 06:15:00 PST 2021


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

Víctor M. Jáquez L. <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vjaquez at igalia.com

--- Comment #2 from Víctor M. Jáquez L. <vjaquez at igalia.com> ---
Comment on attachment 417173
  --> https://bugs.webkit.org/attachment.cgi?id=417173
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=417173&action=review

> Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h:44
> +    ~GStreamerRegistryScanner() = default;

I wonder if it 's worth to have a 

if (!isInWebProcess())
    gst_deinit()

In the destructor

-- 
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/20210108/ecd9650b/attachment.htm>


More information about the webkit-unassigned mailing list