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 542175 - gst-inspect --gst-plugins-path fails with multiple directories
gst-inspect --gst-plugins-path fails with multiple directories
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-09 09:49 UTC by Amir Caspi
Modified: 2008-07-12 17:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Amir Caspi 2008-07-09 09:49:27 UTC
Maybe I'm just being dumb, but:

gst-inspect-0.10 --gst-plugin-path=<dir1>:<dir2>:<etc>

fails to find any plugins if multiple directories are given.  If I include only a single directory (dir1), gst-inspect will find all plugins in that directory.  If I include multiple directories, gst-inspect finds only "staticelements" for some reason.

The paths I'm supplying are proper, and I tried both with and without quotes... no success.

Is this a bug or am I just missing something obvious?
Comment 1 Amir Caspi 2008-07-09 10:22:58 UTC
I should note that gst-inspect works just fine if the GST_PLUGIN_PATH environment variable is set, even if that variable has multiple directories.  It's only the command-line "--gst-plugin-path" option that causes failure.
Comment 2 Sebastian Dröge (slomo) 2008-07-12 17:51:00 UTC
Fixed in CVS:

2008-07-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        * gst/gst.c:
        Fix scanning of paths given via --gst-plugin-path. Fixes bug #542175.