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