mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
35aa5cebdf
Original commit message from CVS: global s/disksrc/filesrc/, but edited by me
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#! /bin/sh
|
|
for loc in "$@"; do
|
|
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
|
done
|