Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
authorMartin Enlund <martin@enlund.net>
Thu, 31 Jan 2002 09:08:30 +0000 (09:08 +0000)
committerMartin Enlund <martin@enlund.net>
Thu, 31 Jan 2002 09:08:30 +0000 (09:08 +0000)
Original commit message from CVS:
Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123

examples/launch/mp3play
tests/old/examples/launch/mp3play

index 90f5bd9..5577c3b 100755 (executable)
@@ -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
index 90f5bd9..5577c3b 100755 (executable)
@@ -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