fix
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Apr 2002 14:40:59 +0000 (14:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Apr 2002 14:40:59 +0000 (14:40 +0000)
Original commit message from CVS:
fix

tools/gst-launch-ext

index 61cd2ca..3813cc9 100755 (executable)
@@ -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}",