mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 12:34:15 +00:00
Added quotes around the command line mp3 player
Original commit message from CVS: Added quotes around the command line mp3 player
This commit is contained in:
parent
5a15653ca1
commit
30685cb8c9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue