diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-26 14:51:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-26 14:51:34 +0000 |
commit | 803632635cca81d5c0c0f04b667c23100c5b2b70 (patch) | |
tree | 3ee53e718b3a1fec0f23392f6ead5e1a95d03fb1 /tools | |
parent | 4c7c8a02e8be5326c6aeb03fb9d9600b01b3e1ea (diff) |
flac debug cleanup m4 for ffmpeg
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index aab72f875..4ac01bb50 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 |