Plugin not listed in gst-inspect

Dan Kegel dank at kegel.com
Wed Sep 10 09:58:04 PDT 2014


When in doubt, use strace -f (or the local equivalent, like dtruss or
Process Monitor)
to run gst-inspect and see what files it's accessing.  That'll tell you which
cache to delete in case you guessed wrong.  It may also give you hints
about further problems.

On Wed, Sep 10, 2014 at 9:56 AM, Srinath, Kamaldeep <kasrinat at akamai.com> wrote:
> Have you set your GST_PLUGIN_PATH to your GStreamer libs path?
>
> I am facing a similar issue and would like to know why get-inspect wont
> find my plugin. The plugin did compile fine. But I also received the
> following warnings:
>
> $ make
>   CC       myfilter_la-myfilter.lo
> gstmyfilter.c:2242:1: warning: initialization from incompatible pointer
> type [enabled by default]
>  GST_PLUGIN_DEFINE (
>  ^
> gstmyfilter.c:2242:1: warning: (near initialization for
> 'gst_plugin_desc.plugin_init') [enabled by default]
>   CC       libgstmyfilter_la-utilities.lo
>
>
>
> Would any of these warnings cause get-inspect to not find the plugin?
>
> Thanks
> Kamal
>
>
> On 9/10/14, 10:06 PM, "Annick Fron" <list at afceurope.com> wrote:
>
>>I have compiled a plugin, its dynamic library is in the same place as
>>libgstreamer, but it is not listed in
>>gst-inspect
>>
>>Annick
>>_______________________________________________
>>gstreamer-devel mailing list
>>gstreamer-devel at lists.freedesktop.org
>>http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list