GNOME Bugzilla – Bug 663255
config: Export GST_PLUGIN_PATH
Last modified: 2011-11-05 03:45:51 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.
Created attachment 200530 [details] [review] config: Export GST_PLUGIN_PATH
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
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.
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 on attachment 200614 [details] [review] (This time without the print...) Thank you. Committed. http://git.gnome.org/browse/jhbuild/commit/?id=4ef37a9c00c71f688615798d26e7f9c9b09e1aa0