[gst-devel] Plugin creation

ved kpl ved.kpl at gmail.com
Thu Mar 5 11:59:49 CET 2009


assuming that the shared library name is libgsttestfilters.so

On Thu, Mar 5, 2009 at 4:28 PM, ved kpl <ved.kpl at gmail.com> wrote:
> Try gst-inspect on your plugin
>
> Assuming that the plugin is installed in
> "$HOME/gst-template/gst-plugin/src/.libs/"
> do the following and see what you get
>
>  gst-inspect $HOME/gst-template/gst-plugin/src/.libs/libgsttestfilters.so
>
> On Thu, Mar 5, 2009 at 4:15 PM,  <cammille at polytech.unice.fr> wrote:
>> Hello !
>> I would like to create a simple plugin such as effectv.
>>
>> But, first of all, I would like to create a "test plugin".
>> So, I tried to make the example described in the GStreamer Plugin Writer's
>> Guide.
>>
>> I compiled the "test plugin" with the makefile, and now I'm trying to
>> launch this plugin, but I have an error.
>>
>> What's wrong with :
>>
>> $ gst-launch --gst-plugin-path=$HOME/gst-template/gst-plugin/src/.libs/
>> fakesrc ! testfilters ! fakesink silent=TRUE
>>  > WARNING: erroneous pipeline: no element "testfilters"
>>
>> Maybe I have forgotten something ?
>>
>>
>> Thank you.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
>> -Strategies to boost innovation and cut costs with open source participation
>> -Receive a $600 discount off the registration fee with the source code: SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>




More information about the gstreamer-devel mailing list