diff options
Diffstat (limited to 'examples/launch/mp3play')
-rwxr-xr-x | examples/launch/mp3play | 2 |
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 |