http://felipec.wordpress.com/2009/12/21/gstreamer-development-in-embedded-with-sbox2/#comments
git clone git://anongit.freedesktop.org/gstreamer/gstreamer
cd gstreamer
git checkout -b stable RELEASE-0.10.25
export PKG_CONFIG_PATH=/opt/gst/glib-2.22.5/lib/pkgconfig
./autogen.sh --noconfigure
- ./configure --build=i686-linux --host=arm-linux \
- --prefix=/opt/gst/gstreamer --enable-playbin2 --disable-loadsave --disable-gtk-doc \
- ac_cv_func_register_printf_function=no --disable-tests --disable-valgrind
make
su
export PATH=/opt/FriendlyARM/toolschain/4.5.1/bin/:$PATH
make install