mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6f55778255
Original commit message from CVS: Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#! /bin/sh
|
|
for loc in "$@"; do
|
|
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
|
|
done
|