summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-15 14:40:59 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-15 14:40:59 +0000
commitbd162b790ac7371bd3028f2f3bdce7ec2acb4c95 (patch)
tree82420a65f4e24323437ce754a45884e2b9ca4e4e /tools
parent4a596daeb3710e5560a801aaaeb872d231133098 (diff)
fix
Original commit message from CVS: fix
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 61cd2ca2..3813cc92 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -81,7 +81,7 @@ read_config ();
### "ac3", "ac3parse ! $cfg{AUDIOSINK}",
%pipes = (
"au", "auparse ! $cfg{AUDIOSINK}",
- "avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
+ "avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
"mod", "modplug ! $cfg{AUDIOSINK}",
"mp3", "mad ! $cfg{AUDIOSINK}",