[gst-devel] issues with gst-plugins-base-0.10
rong wang
rhong_wang at yahoo.com
Mon Dec 19 12:30:10 CET 2005
I built gstreamer.0.10 and gst-plugins_base.0.10 using
cross
compiling
here is the command for configure gstreamer.0.10
./configure --host=arm-linux --prefix=$HOME/gst/gst
LDFLAGS=-L$HOME/gst/popt/lib/
CPPFLAGS=-I$HOME/gst/popt/include/
here is the command for configure plugins_base.0.10
./configure --host=arm-linux
--prefix=$HOME/gst/gst-plugins
LDFLAGS="-L$HOME/gst/popt/lib -L$HOME/gst/zlib/lib
-L$HOME/gst/lid3tag/lib -L$HOME/gst/libmad/lib
-L$HOME/gst/liboil/lib"
CPPFLAGS="-I$HOME/gst/popt/include
-I$HOME/gst/lid3tag/include -I$HOME/gst/libmad/include
-I$HOME/gst/zlib/include
-I$HOME/gst/liboil/include/liboil-0.3" --disable-x
--disable-xvideo -disable-xshm --disable-gnome_vfs
--disable-examples --disable-ogg --disable-oggtest
--disable-pango --disable-vorbis --disable-vorbistest
After successful building, I moved the gst/lib and
gst-plugins/lib into my target machine. I used
GST_PLUGIN_PATH,
and LD_LIBRARY_PATH to do the configuration
after I re-start my machine,
gst-inspect filesrc --- I saw filesrc is registered
gst-inpsect audiorate --- also registered
gst-inspect videorate --- also registered
But coming to this
gst-inspect ffmpegcolorspace
Following result:
No such element or plugin 'ffmpegcolorspace
gst-register audioresample
I got following:
No such element or plugin 'audioresample
I believed gstreamer 0.8 successfully, anything I need
to pay attention for 0.10?
Thanks
Rong
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the gstreamer-devel
mailing list