summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-26 14:51:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-26 14:51:34 +0000
commitdbb97e6823269a9c97074aebc5ec8297b119a437 (patch)
tree0e7f462081680144914880e736f3e33396905736 /tools
parentd9c6d0dde9359d084b1eb800932ffd90a1700629 (diff)
flac debug cleanup m4 for ffmpeg
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext4
1 files changed, 2 insertions, 2 deletions
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