Hi All,<br><br>I am writing a simple plugin called &quot;NewPlugin&quot; in GStreamer using gst-template. I am generating *.c and *.h files using the gst-template.<br>I give command &quot;/tools/make_element&quot;. But my *.c file writes the Plugin name string wrongly. For example the actual .h file name to be included is &quot;gstnewplugin.h&quot; but it prepends extra string &quot;new&quot; and hence error executing make command.<br>
<br>I would like to know is it a bug or are there any More specific rules for Plugin Names.<br>One rule I learnt is the plugin name while generating it should start with a Capital letter I have done that. Inspite of that I have the above problem.<br>
<br>I have ried many more Strings like MyNewPlugin, MyPlugin, etc. to generate template files for plugin.<br><br>Thanks,<br>Jyoti<br>