gstreamer/examples/launch/mp3play
Martin Enlund 6f55778255 Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
Original commit message from CVS:
Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
2002-01-31 09:08:30 +00:00

5 lines
110 B
Bash
Executable file

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