After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748626 - gst-uninstalled: export gio extra modules
gst-uninstalled: export gio extra modules
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-29 10:38 UTC by Nicola
Modified: 2016-11-12 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (964 bytes, patch)
2015-04-29 10:38 UTC, Nicola
committed Details | Review

Description Nicola 2015-04-29 10:38:03 UTC
I need to add to a my installation and should not hurt in general
Comment 1 Nicola 2015-04-29 10:38:30 UTC
Created attachment 302552 [details] [review]
patch
Comment 2 Nicola 2015-04-29 10:41:58 UTC
or eventually something like this:

export GIO_EXTRA_MODULES=$GIO_EXTRA_MODULES:$GST/prefix/lib/gio/modules
Comment 3 Tim-Philipp Müller 2016-11-12 17:37:34 UTC
Thanks, sorry this took so long to get in.

commit ca3b05b96d9cf921a76044d3707650f85bf3468d
Author: Nicola Murino <nicola.murino@gmail.com>
Date:   Wed Apr 29 12:34:49 2015 +0200

    gst-uninstalled: add GIO_EXTRA_MODULES
    
    In case glib is installed into local prefix dir.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748626