<div>Since you have used ./configure that means plugin libraries will sit in /usr/local/lib.</div><div><br></div>You need to provide GST_PLUGIN_PATH in this case;<div>export GST_PLUGIN_PATH=/usr/lib:/usr/local/lib </div><div>
<br></div><div>But I would prefer to install Gstreamer in /usr/lib , because by doing this you don't need to set GST_PLUGIN_PATH. So when you install Gstreamer use ./configure --prefix=/usr if you want to do this.</div>
<div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Nov 9, 2010 at 6:52 PM, shul <span dir="ltr"><<a href="mailto:yshoshan@inter.net.il">yshoshan@inter.net.il</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi<br>
I downloaded gstreamer-0.10.30.tar.gz (with the source code).<br>
I extract the it to /home/MyName so I got /home/MyName/gstreamer-0.10.30<br>
directory.<br>
>From the gstreamer-0.10.30 directory I did the follow:<br>
./configure CFLAGS='-g -O0' (I need to debug the gstreamer code).<br>
make<br>
make install<br>
So far so good, I can debug gstreamer and step into gstreamer code.<br>
<br>
Now I want to install some plugins (gst-plugins-base-0.10.30 for example)<br>
I did ./configure, make and make install<br>
<br>
but here is the problem, if I use: gst-launch audiotestsrc ! audioconvert !<br>
audioresample ! osssink<br>
I get<br>
ERROR: pipeline could not be constructed: no element "audiotestsrc".<br>
<br>
I know audiotestsrc element is in gst-plugins-base-0.10.30<br>
If i search for the files audiotestsrc.* I found the follow:<br>
<br>
/home/MyName/gstreamer-0.10.30/lib/gstreamer-0.10/libgstaudiotestsrc.so<br>
/home/MyName/gstreamer-0.10.30/lib/gstreamer-0.10/<a href="http://libgstaudiotestsrc.la" target="_blank">libgstaudiotestsrc.la</a><br>
<br>
Any help from someone?<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Plugin-install-not-recognize-tp3033694p3033694.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Plugin-install-not-recognize-tp3033694p3033694.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Centralized Desktop Delivery: Dell and VMware Reference Architecture<br>
Simplifying enterprise desktop deployment and management using<br>
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end<br>
client virtualization framework. Read more!<br>
<a href="http://p.sf.net/sfu/dell-eql-dev2dev" target="_blank">http://p.sf.net/sfu/dell-eql-dev2dev</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" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>
</div>