[gst-devel] Integration of a new plugin with GStreamer(gst-inspect fails)

Daniel Díaz mrchapp at gmail.com
Tue Aug 8 17:00:10 CEST 2006


Hello, Rajiv!


On 8/8/06, Rajiv D <rd0343 at gmail.com> wrote:
> Hi,
>
>     I have gstreamer 0.10.4 installed in my system. After I created a new
> element(say MyFilter) by the
> make_element tool, I got it compiled and installed.
> I used the following commands
> $autogen.sh
> $make
> $make install
>
> But the problem is that if I use gst-inspect it does not identifies my
> element
>
> $gst-inspect-0.10  MyFilter
> No such element or plugin 'MyFilter'
>
> I also checked that the libraries are getting installed in
> /usr/local/lib/gstreamer-0.10 directory
>
> Is it that I missed something during compiling and installing.
> Please advice.

Try this:

  $ gst-inspect-0.10 MyFilter --gst-debug-level=2

You might see some warnings regarding a missing library, and that
would be a starting point.

Greetings!

Daniel Díaz
ddiaz at ti.com



> Regards,
> Rajiv




More information about the gstreamer-devel mailing list