Gst-inspect not finding built plugins

Nicolas Dufresne nicolas.dufresne at collabora.com
Sat Jan 24 07:12:42 PST 2015


Le 2015-01-24 10:03, Sérgio Agostinho a écrit :
>
>     nexusdev at ubuntu:~/.cache/gstreamer-1.0$ ls /usr/local/lib | grep vpx
>     libvpx.a
>     nexusdev at ubuntu:~/.cache/gstreamer-1.0$ ls
>     /usr/local/lib/gstreamer-1.0/ | grep vpx
>     libgstvpx.la <http://libgstvpx.la>
>     libgstvpx.so
>
>
> I tried to delete and rebuild the registry but nothing changed.
>
> Any additional clues guys

If /usr/local/lib/gstreamer-1.0/ isn't your main plugin directory, it is 
likely the GStreamer is not looking in that directory. If that's right, 
you could solve this issue with:

   export LD_LIBRARY_PATH=/usr/local/lib
   export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0

This way the linker and GStreamer will consider these path in addition 
to system default one. For the linker part, there is also the option of 
/etc/ld.so.conf (which might already be setup).

Nicolas



More information about the gstreamer-devel mailing list