summaryrefslogtreecommitdiff
path: root/examples/launch/mp3play
diff options
context:
space:
mode:
Diffstat (limited to 'examples/launch/mp3play')
-rwxr-xr-xexamples/launch/mp3play2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/launch/mp3play b/examples/launch/mp3play
index 0208e1326..b09ccd304 100755
--- a/examples/launch/mp3play
+++ b/examples/launch/mp3play
@@ -1,4 +1,4 @@
#! /bin/sh
for loc in "$@"; do
-../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
+../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
done