[gst-devel] Plugin install not recognize

sudarshan bisht bisht.sudarshan at gmail.com
Mon Nov 15 18:49:59 CET 2010


Since you have used ./configure that means plugin libraries will sit in
/usr/local/lib.

You need to provide GST_PLUGIN_PATH in this case;
export GST_PLUGIN_PATH=/usr/lib:/usr/local/lib

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.




On Tue, Nov 9, 2010 at 6:52 PM, shul <yshoshan at inter.net.il> wrote:

>
> Hi
> I downloaded gstreamer-0.10.30.tar.gz (with the source code).
> I extract the it to /home/MyName so I got /home/MyName/gstreamer-0.10.30
> directory.
> >From the gstreamer-0.10.30 directory I did the follow:
>     ./configure CFLAGS='-g -O0' (I need to debug the gstreamer code).
>     make
>     make install
> So far so good, I can debug gstreamer and step into gstreamer code.
>
> Now I want to install some plugins (gst-plugins-base-0.10.30 for example)
> I did  ./configure, make and make install
>
> but here is the problem, if I use: gst-launch audiotestsrc ! audioconvert !
> audioresample ! osssink
> I get
>   ERROR: pipeline could not be constructed: no element "audiotestsrc".
>
> I know audiotestsrc element is in gst-plugins-base-0.10.30
> If i search for the files audiotestsrc.* I found the follow:
>
> /home/MyName/gstreamer-0.10.30/lib/gstreamer-0.10/libgstaudiotestsrc.so
> /home/MyName/gstreamer-0.10.30/lib/gstreamer-0.10/libgstaudiotestsrc.la
>
> Any help from someone?
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Plugin-install-not-recognize-tp3033694p3033694.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Centralized Desktop Delivery: Dell and VMware Reference Architecture
> Simplifying enterprise desktop deployment and management using
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
> client virtualization framework. Read more!
> http://p.sf.net/sfu/dell-eql-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>



-- 
Regards,

Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101115/b1150175/attachment.htm>


More information about the gstreamer-devel mailing list