summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-06 18:29:12 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-06 18:29:12 +0000
commitd9fbdbf3b35c4fbc86031e8a98a7e84007643d18 (patch)
treeedb67f975df780d5855c9bddec7e12559afe6cfd /tools
parent7a4a13a6b9e84b3be203a621f5fb6eceeded2518 (diff)
various additions
Original commit message from CVS: various additions
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 3e088d23..7c91fe05 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -85,7 +85,7 @@ read_config ();
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
"vis.ogg", "vorbisdec ! tee silent=true 'tee0.src0!' queue ! { $cfg{VISUALIZER} ! colorspace ! $cfg{VIDEOSINK} } 'tee0.src1!' $cfg{AUDIOSINK}",
"mpg", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
- "avi", "avidemux video_00! { queue ! windec ! $cfg{VIDEOSINK} }",
+ "avi", "avidemux video_00! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
"vob", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! a52dec ! $cfg{AUDIOSINK} }",
"wav", "wavparse ! $cfg{AUDIOSINK}",
"vis.wav", "wavparse ! tee silent=true 'tee0.src0!' queue ! { $cfg{VISUALIZER} ! colorspace ! $cfg{VIDEOSINK} } 'tee0.src1!' $cfg{AUDIOSINK}",