I would say that the two biggest issues is unresolved symbols and telling gstreamer where ithe plugin is.   Unresolved symbols can be found by running GST_DEBUG=*:3 gst-inspect and looking at the output.   The second reason would be that gstreamer doesn't know about the plugins.   This would be set by the enviroment variable GST_PLUGIN_PATH=/usr/local/lib/gstreamer-
0.10 or where ever you put your plugins.<br><br>Keith<br><br><br><div><span class="gmail_quote">On 7/28/06, <b class="gmail_sendername">cmonst</b> &lt;<a href="mailto:cmonst@gmail.com">cmonst@gmail.com</a>&gt; 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 have&nbsp;&nbsp;gstreamer-0.10 (on Nokia 770) from package and I want to add<br>some plugins that I compiled for that architecture, but gst-inspect
<br>doesn't see that new plugins (I put them in the directory with other<br>gstreamer plugins). What is the reason that gst-inspect doesn't see<br>that plugins, what is the mechanizm of checking for plugins in<br>gst-launch? Any sugestions????
<br><br>--<br>-= Bartosz Put =-<br><br>-------------------------------------------------------------------------<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your
<br>opinions on IT &amp; business topics through brief surveys -- and earn cash<br><a href="http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV
</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">
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></blockquote></div><br>