Ok,<br>Now I&#39;m feeling completely ashemed!!!Sorry for this terrible mistake and the confusion on variables names!<br>I&#39;ve solved the problem on the crash of gst-inspect, the error was in the plugin_init func:<br><br>
<br>//I&#39;ve put same &quot;name&quot; in the debug_category_init and elem_register...<br>static gboolean<br>plugin_init (GstPlugin * plugin)<br>{<br>&nbsp; /* exchange the strings &#39;plugin&#39; and &#39;Template plugin&#39; with your
<br>&nbsp;&nbsp; * plugin name and description */<br>&nbsp; GST_DEBUG_CATEGORY_INIT (gst_my_plugin_debug, &quot;name&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0, &quot;pushsrc plugin&quot;);<br><br>&nbsp; return gst_element_register (plugin, &quot;name&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_RANK_NONE, GST_TYPE_MY_PLUGIN);
<br>}<br><br>Now gst-inspect works well on my plugin but I can see only this output:<br><br><br>Plugin Details:<br>&nbsp; Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pushsrc<br>&nbsp; Description:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pushsrc plugin<br>&nbsp; Filename:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Programmi\File comuni\GStreamer\0.10\lib\gstreamer-0.
<br>10/TestPlugin.dll<br>&nbsp; Version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://0.10.0.1">0.10.0.1</a><br>&nbsp; License:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LGPL<br>&nbsp; Source module:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gst-MyPlugin<br>&nbsp; Binary package:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GStreamer<br>&nbsp; Origin URL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="http://gstreamer.net/">http://gstreamer.net/</a><br><br>&nbsp; My Plugin: pushsrc<br><br>&nbsp; 1 features:<br>&nbsp; +-- 1 elements<br><div><span class="gmail_quote"></span><br><br><br>So I can&#39;t see the inheriting, src pad and the other info...
<br>I&#39;ve checked the src file and now it&#39;s all right...<br><br>Thank&#39;s for your support.<br><br><br>Riccardo Corona.<br><br></div>