Added quotes around the command line mp3 player
authorWim Taymans <wim.taymans@gmail.com>
Tue, 6 Mar 2001 20:06:07 +0000 (20:06 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 6 Mar 2001 20:06:07 +0000 (20:06 +0000)
Original commit message from CVS:
Added quotes around the command line mp3 player

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

index b5fd5ac..0208e13 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 for loc in "$@"; do
-gstreamer-launch disksrc "location=$loc" ! mp3parse ! mpg123 ! audiosink
+../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
 done
index b5fd5ac..0208e13 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 for loc in "$@"; do
-gstreamer-launch disksrc "location=$loc" ! mp3parse ! mpg123 ! audiosink
+../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
 done