gst-inspect details on plugins from template

Michael Gruner michael.gruner at ridgerun.com
Sun Mar 27 23:19:24 UTC 2022


Looks like you’re inspecting the plug-in instead of the element. Both can be inspected, only the element will throw all the details you’re looking for.

Michael

> On 27 Mar 2022, at 14:11, blueshirt via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:
> 
> Hi folks, 
> 
>   I have a working plugin subclassed from GstPushSrc. By working I mean I
> can put it in a pipeline and get the pixels I expect.
> 
>  What I don't see is most of the details from gst-inspect-1.0.  It looks
> like I'm getting the details from GST_PLUGIN _DEFINE, but I'm not getting
> info on pad templates, factory details, the gobject inheritance hierarchy,
> etc.
> 
>  I tried clearing the registry and resetting GST_PLUGIN_PATH without
> success.
> 
>  I ran ldd on my .so and compared it to the ones that come with the system.
> They have the same dependencies (though in slightly different order). All
> dependencies are found.
> 
> I tried running gst-element-maker on all the templates in
> element-templates. The ones that produce .so files also show the missing
> details. So maybe I messed up my environment?
> 
>  What am I missing?
> 
> Thanks,
> 
> Blueshirt
> 
> 


More information about the gstreamer-devel mailing list