[Webkit-unassigned] [Bug 179171] [WPE][JHbuild] Gstreamer plugins that link with pango outside of the JHBuild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 10:43:48 PST 2018


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

--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
So the problem is:

(In reply to Michael Catanzaro from comment #3)
> We should not really be loading any system-installed GStreamer modules.
> JHBuild has the following code in environment.py that's presumably supposed
> to prevent this:
> 
>     # GST_PLUGIN_PATH
>     gstplugindir = os.path.join(libdir , 'gstreamer-0.10')
>     if os.path.exists(gstplugindir):
>         addpath('GST_PLUGIN_PATH', gstplugindir)
> 
>     # GST_PLUGIN_PATH_1_0
>     gstplugindir = os.path.join(libdir , 'gstreamer-1.0')
>     if os.path.exists(gstplugindir):
>         addpath('GST_PLUGIN_PATH_1_0', gstplugindir)
> 
>     # GST_REGISTRY
>     gstregistry = os.path.join(prefix, '_jhbuild', 'gstreamer-0.10.registry')
>     os.environ['GST_REGISTRY'] = gstregistry
> 
>     # GST_REGISTRY_1_0
>     gstregistry = os.path.join(prefix, '_jhbuild', 'gstreamer-1.0.registry')
>     os.environ['GST_REGISTRY_1_0'] = gstregistry
> 
> I'm not sure why it doesn't work.

-- 
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/20180130/4092b706/attachment-0001.html>


More information about the webkit-unassigned mailing list