gstreamer/examples/launch/mp3play
Wim Taymans 30685cb8c9 Added quotes around the command line mp3 player
Original commit message from CVS:
Added quotes around the command line mp3 player
2001-03-06 20:06:07 +00:00

5 lines
125 B
Bash
Executable file

#! /bin/sh
for loc in "$@"; do
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
done