From 6f55778255d099de537ec4241e73710e13c02c2a Mon Sep 17 00:00:00 2001 From: Martin Enlund Date: Thu, 31 Jan 2002 09:08:30 +0000 Subject: [PATCH] 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 --- examples/launch/mp3play | 2 +- tests/old/examples/launch/mp3play | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/launch/mp3play b/examples/launch/mp3play index 90f5bd9..5577c3b 100755 --- a/examples/launch/mp3play +++ b/examples/launch/mp3play @@ -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 diff --git a/tests/old/examples/launch/mp3play b/tests/old/examples/launch/mp3play index 90f5bd9..5577c3b 100755 --- a/tests/old/examples/launch/mp3play +++ b/tests/old/examples/launch/mp3play @@ -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 -- 2.7.4