Can you please elaborate further? Should I attach sample plugin C file for reference? <br>I could not understand the saying &quot;Depending on which existing plugins you have taken as the template&quot; .<br>I thought writing new plugins should follow the same template. <br>
<br>Thanks,<br>Harshada<br><br><br><div class="gmail_quote">On Fri, Sep 3, 2010 at 12:52 PM, Aki Suihkonen <span dir="ltr">&lt;<a href="mailto:aki.suihkonen@symbio.com">aki.suihkonen@symbio.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
Depending on which existing plugins you have taken as the template<br>
or source, you might have missed some crucial declaration, such as<br>
GST_PLUGIN_DEFINE and a call to gst_element_register<br>
Take a look at for instance plugins-good/gst/effectv,<br>
where the gst_element_register is called for all the subtypes<br>
in gsteffectv.c<br>
<div><div></div><div class="h5"><br>
&gt; Hi,<br>
&gt;<br>
&gt;  I have built some of my plugins. I think they are successfully built as I<br>
&gt; can see .so files being generated. I set GST_PLUGIN_PATH to the directory<br>
&gt; containing these .so files.<br>
&gt; But when I do gst-inspect, I am not finding any of them.<br>
&gt;<br>
&gt;   What could be the reason?<br>
&gt;<br>
&gt;<br>
&gt; thanks,<br>
&gt; Harshada<br>
</div></div>&gt; ------------------------------------------------------------------------------<br>
&gt; This SF.net Dev2Dev email is sponsored by:<br>
&gt;<br>
&gt; Show off your parallel programming skills.<br>
&gt; Enter the Intel(R) Threading Challenge 2010.<br>
&gt; <a href="http://p.sf.net/sfu/intel-thread-sfd_______________________________________________" target="_blank">http://p.sf.net/sfu/intel-thread-sfd_______________________________________________</a><br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
This SF.net Dev2Dev email is sponsored by:<br>
<br>
Show off your parallel programming skills.<br>
Enter the Intel(R) Threading Challenge 2010.<br>
<a href="http://p.sf.net/sfu/intel-thread-sfd" target="_blank">http://p.sf.net/sfu/intel-thread-sfd</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a 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>
</blockquote></div><br>