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
This commit is contained in:
parent
b1be00e651
commit
6f55778255
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
for loc in "$@"; do
|
||||
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
||||
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
|
||||
done
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
for loc in "$@"; do
|
||||
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
||||
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user