mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
30685cb8c9
Original commit message from CVS: Added quotes around the command line mp3 player
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#! /bin/sh
|
|
for loc in "$@"; do
|
|
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
|
|
done
|