<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hi,</div><div>the plugin name and description can (must...) be changed in the plugin_init function and GST_PLUGIN_DEFINE macro definition in the code that must be present in your code.</div><div>Concerning the filtering itself, you must check that you have RGB (I guess that's the simplest) image buffers coming to your plugin in order to make your processing in the chain function. Best way would be to set the caps of your sink pad to video/x-rgb flow. Check other exisitng plugins to see how to do this. You'll need a ffmpegcolorspace element before your plugin to let the flow be in the good format.</div><div>The example plugin is just a skeleton, you need now to specialize it with your own code... Read the gstreamer plugin writer's guide, it will give you
 information.</div><div>Regards,</div><div>Al</div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="font-family:arial, helvetica, sans-serif;font-size:13px"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">De :</span></b> "cammille@polytech.unice.fr" &lt;cammille@polytech.unice.fr><br><b><span style="font-weight: bold;">À :</span></b> Discussion of the development of GStreamer &lt;gstreamer-devel@lists.sourceforge.net><br><b><span style="font-weight: bold;">Envoyé le :</span></b> Jeudi, 5 Mars 2009, 12h15mn 55s<br><b><span style="font-weight: bold;">Objet :</span></b> Re: [gst-devel] Plugin creation<br></font><br>I found the problem ! The fact is that my plugin is not named<br>"testfilter".. It's named "plugin". How can I change this name ? beacause<br>I have never specified that my plugin is named "plugin".<br><br>Another question, : now, I would like to create a simple
 plugin :<br>I would like to filter the video taken by my webcam and filter the red<br>color (i would like to apply an effect like the effectv plugin)..<br>I know the algorithm, but I'm not sure how to do that.<br><br>Do you think I should create this plugin by using the example plugin ?<br><br><br>> assuming that the shared library name is libgsttestfilters.so<br>><br>> On Thu, Mar 5, 2009 at 4:28 PM, ved kpl &lt;<a ymailto="mailto:ved.kpl@gmail.com" href="mailto:ved.kpl@gmail.com">ved.kpl@gmail.com</a>> wrote:<br>>> Try gst-inspect on your plugin<br>>><br>>> Assuming that the plugin is installed in<br>>> "$HOME/gst-template/gst-plugin/src/.libs/"<br>>> do the following and see what you get<br>>><br>>>  gst-inspect<br>>> $HOME/gst-template/gst-plugin/src/.libs/libgsttestfilters.so<br>>><br>>> On Thu, Mar 5, 2009 at 4:15 PM,  &lt;<a ymailto="mailto:cammille@polytech.unice.fr" href="mailto:cammille@polytech.unice.fr">cammille@polytech.unice.fr</a>>
 wrote:<br>>>> Hello !<br>>>> I would like to create a simple plugin such as effectv.<br>>>><br>>>> But, first of all, I would like to create a "test plugin".<br>>>> So, I tried to make the example described in the GStreamer Plugin<br>>>> Writer's<br>>>> Guide.<br>>>><br>>>> I compiled the "test plugin" with the makefile, and now I'm trying to<br>>>> launch this plugin, but I have an error.<br>>>><br>>>> What's wrong with :<br>>>><br>>>> $ gst-launch --gst-plugin-path=$HOME/gst-template/gst-plugin/src/.libs/<br>>>> fakesrc ! testfilters ! fakesink silent=TRUE<br>>>>  > WARNING: erroneous pipeline: no element "testfilters"<br>>>><br>>>> Maybe I have forgotten something ?<br>>>><br>>>><br>>>> Thank you.<br>>>><br>>>><br>>>><br>>>> ------------------------------------------------------------------------------<br>>>> Open Source Business Conference (OSBC), March 24-25, 2009, San<br>>>> Francisco, CA<br>>>> -OSBC tackles the biggest issue in open source:
 Open Sourcing the<br>>>> Enterprise<br>>>> -Strategies to boost innovation and cut costs with open source<br>>>> participation<br>>>> -Receive a $600 discount off the registration fee with the source code:<br>>>> SFAD<br>>>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>>>> _______________________________________________<br>>>> gstreamer-devel mailing list<br>>>> <a ymailto="mailto:gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>>>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>>>><br>>><br>><br>> ------------------------------------------------------------------------------<br>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>> CA<br>> -OSBC tackles the biggest issue in open source:
 Open Sourcing the<br>> Enterprise<br>> -Strategies to boost innovation and cut costs with open source<br>> participation<br>> -Receive a $600 discount off the registration fee with the source code:<br>> SFAD<br>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>> _______________________________________________<br>> gstreamer-devel mailing list<br>> <a ymailto="mailto:gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge..net/lists/listinfo/gstreamer-devel</a><br>><br><br><br><br>------------------------------------------------------------------------------<br>Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>-OSBC tackles the biggest issue in open source: Open Sourcing the
 Enterprise<br>-Strategies to boost innovation and cut costs with open source participation<br>-Receive a $600 discount off the registration fee with the source code: SFAD<br><a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>_______________________________________________<br>gstreamer-devel mailing list<br><a ymailto="mailto:gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></div></div><div style="position:fixed"></div></div><br>



      </body></html>