gstreamer/tests/old/examples/launch/mp3play
Wim Taymans c199469744 Synced with the HEAD branch again... amazing how many changes we have in only a week time...
Original commit message from CVS:
Synced with the HEAD branch again... amazing how many changes we have in
only a week time...
2001-03-06 21:39:57 +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