mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
for loc in "$@"; do
|
for loc in "$@"; do
|
||||||
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
for loc in "$@"; do
|
for loc in "$@"; do
|
||||||
../../tools/gstreamer-launch filesrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
|
../../tools/gst-launch filesrc location="$loc" ! mp3parse ! mad ! osssink
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue