Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123

Original commit message from CVS:
Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
This commit is contained in:
Martin Enlund 2002-01-31 09:08:30 +00:00
parent b1be00e651
commit 6f55778255
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /bin/sh
for loc in "$@"; do
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
done

View file

@ -1,4 +1,4 @@
#! /bin/sh
for loc in "$@"; do
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
done