[Webkit-unassigned] [Bug 220407] New: [GStreamer] Do not use the registry scanner singleton from the UI process
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 7 04:37:47 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220407
Bug ID: 220407
Summary: [GStreamer] Do not use the registry scanner singleton
from the UI process
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
Blocks: 209332
The registry scanner is used from the UI process only to initialize the MIME type registry, so it's called once and the results are cached forever. Using the singleton keeps the instance alive forever, so we can just create a temporary registry to get the supported types.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=209332
[Bug 209332] [GStreamer] Lazy initialization support
--
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/20210107/56b64a90/attachment-0001.htm>
More information about the webkit-unassigned
mailing list