Hi!<br>I had this problem and it was because gstreamer looked for plugins in /usr/lib/gstreamer/... and mine was instaled in /lib/gstreamer/... (or something like that).<br>Try using the --prefix=/usr option when configuring. <br>
<br>There are a copule of arguments for gst-inspect and gst-launch that can be usefull too:<br><dl><dt><b>--gst-plugin-path=PATH</b>
</dt><dd>Add directories separated with ':' to the plugin search path</dd><dt><b>--gst-plugin-load=PLUGINS</b>
</dt><dd>Preload plugins specified in a comma-separated list. Another way to specify
plugins to preload is to use the environment variable GST_PLUGIN_PATH</dd></dl>With these, you don't even have to install the plugin.<br><br>I hope it helps<br><br><br><div><span class="gmail_quote">On 3/7/08, <b class="gmail_sendername">Ionut Dediu</b> <<a href="mailto:deionut@yahoo.com">deionut@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I am trying to get started with GStreamer plugin devel. I wrote a basic plugin, based on the gst-template plugin. I compiled and installed it with autogen.sh make and make install from the top directory. All steps seem to be successful. However I want to inspect it using gst-inspect mypluginname, but it gives me the following error: No such element or plugin 'mypluginname'... I have also looked in the registry file under ~/.gstreamer-0.10/registry.i486.xml to see if this file was modified to include my plugin, but it wasn't. So what are the necessary steps to correctly build and install a "Hello World" plugin? What does installing a plugin mean? Will its library be copied to a certain location and/or the plugin has to be included in the rtegistry xml file? Needles to say the Plugin Writer's Guide fails to mention anything about compling and installing a plugin.<br>
<br>Thanks,<br>Ionut<br><span class="ad"><p>
</p><hr size="1">Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Find them fast with Yahoo! Search.</a><p></p></span><br>-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>