gstreamer/tests/old/examples/launch/mp3play
Andy Wingo 35aa5cebdf global s/disksrc/filesrc/, but edited by me
Original commit message from CVS:
global s/disksrc/filesrc/, but edited by me
2002-01-06 04:26:37 +00:00

5 lines
123 B
Bash
Executable file

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