summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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