Updated to supply argument as "name=value" rather than just "value"

Original commit message from CVS:
Updated to supply argument as "name=value" rather than just "value"
This commit is contained in:
Richard Boulton 2001-01-04 00:15:42 +00:00
parent 5e7263ec75
commit dccc0d8714
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#/usr/bin/sh
gstreamer-launch disksrc $1 ! mp3parse ! mpg123 ! fakesink
echo gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink

View file

@ -1,2 +1,2 @@
#/usr/bin/sh
gstreamer-launch disksrc $1 ! mp3parse ! mpg123 ! fakesink
echo gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink