From dbb97e6823269a9c97074aebc5ec8297b119a437 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 26 Nov 2002 14:51:34 +0000 Subject: flac debug cleanup m4 for ffmpeg Original commit message from CVS: flac debug cleanup m4 for ffmpeg --- tools/gst-launch-ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index aab72f87..4ac01bb5 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -69,13 +69,13 @@ sub playfile($$) if ($cfg{VISUALIZER} && ($pipe = $pipes{"vis." . $ext})) { $command = "gst-launch filesrc location=\"$file\" ! $pipe"; - print "Running $command\n"; + print "Running command-line\n$command\n\n"; system ("PATH=\$PATH:".$cfg{CVS_PATH}."/gstreamer/tools $command"); } elsif ($pipe = $pipes{$ext}) { $command = "gst-launch filesrc location=\"$file\" ! $pipe"; - print "Running $command\n"; + print "Running command-line\n$command\n\n"; system ("PATH=\$PATH:".$cfg{CVS_PATH}."/gstreamer/tools $command"); } else -- cgit