mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
e6a59c8a62
Original commit message from CVS: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#! /bin/sh
|
|
for loc in "$@"; do
|
|
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
|
done
|