[gst-devel] Plugin install not recognize
shul
yshoshan at inter.net.il
Tue Nov 9 14:22:49 CET 2010
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.
More information about the gstreamer-devel
mailing list