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 663255 - config: Export GST_PLUGIN_PATH
config: Export GST_PLUGIN_PATH
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2011-11-02 18:08 UTC by Damien Lespiau
Modified: 2011-11-05 03:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config: Export GST_PLUGIN_PATH (1.17 KB, patch)
2011-11-02 18:08 UTC, Damien Lespiau
needs-work Details | Review
config: Export GST_PLUGIN_PATH (1.30 KB, patch)
2011-11-03 16:08 UTC, Damien Lespiau
none Details | Review
(This time without the print...) (1.27 KB, patch)
2011-11-03 16:24 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2011-11-02 18:08:53 UTC
When compiling gstreamer plugins in jhbuild (or say clutter-gst 1.5.x
that exposes a GStreamer plugin now) and using your system GStreamer
(because of the newly introduced sysdeps mechanisnm) you still want your
system GStreamer to load the plugins compiled in the jhbuild prefix.
Comment 1 Damien Lespiau 2011-11-02 18:08:55 UTC
Created attachment 200530 [details] [review]
config: Export GST_PLUGIN_PATH
Comment 2 Craig Keogh 2011-11-03 10:32:30 UTC
Review of attachment 200530 [details] [review]:

Thank you for the bug report and patch.

::: jhbuild/config.py
@@ +413,3 @@
 
+        # GST_PLUGIN_PATH
+        gstplugindir = os.path.join(self.prefix, 'lib', 'gstreamer-0.10')

This is 'lib64' not 'lib' on my system.

config.py is used for all modulesets but this GST_PLUGIN_PATH will only work for modulesets that build gstreamer version 0.10.x
Comment 3 Damien Lespiau 2011-11-03 16:08:02 UTC
Created attachment 200611 [details] [review]
config: Export GST_PLUGIN_PATH

When compiling gstreamer plugins in jhbuild (or say clutter-gst 1.5.x
that exposes a GStreamer plugin now) and using your system GStreamer
(because of the newly introduced sysdeps mechanisnm) you still want your
system GStreamer to load the plugins compiled in the jhbuild prefix.
Comment 4 Damien Lespiau 2011-11-03 16:24:21 UTC
Created attachment 200614 [details] [review]
(This time without the print...)

config: Export GST_PLUGIN_PATH

When compiling gstreamer plugins in jhbuild (or say clutter-gst 1.5.x
that exposes a GStreamer plugin now) and using your system GStreamer
(because of the newly introduced sysdeps mechanisnm) you still want your
system GStreamer to load the plugins compiled in the jhbuild prefix.
Comment 5 Craig Keogh 2011-11-05 03:45:45 UTC
Comment on attachment 200614 [details] [review]
(This time without the print...)

Thank you. Committed.
http://git.gnome.org/browse/jhbuild/commit/?id=4ef37a9c00c71f688615798d26e7f9c9b09e1aa0