# Register gstreamer-plugins if [ -x usr/bin/gst-inspect ]; then usr/bin/gst-inspect 1> dev/null 2> dev/null else echo "Cannot find't gst-inspect, this should be part of gstreamer." echo "Run 'gst-inspect' after you have installed gstreamer to register the plugins" fi schema_install() { SCHEMA="$1" GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ chroot . gconftool-2 --makefile-install-rule \ /etc/gconf/schemas/$SCHEMA \ 1>/dev/null } schema_install gstreamer-0.10.schemas