diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-15 14:40:59 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-15 14:40:59 +0000 |
commit | 5ec34acc153662c3e029578ed8e3c4bec795da28 (patch) | |
tree | 7a5fd7409b4056e991b2f5a816c97df6c8e09aa7 /tools | |
parent | ad85a6e5f5df67c8e0c9f3dd84a9f294a5b0e047 (diff) |
fix
Original commit message from CVS:
fix
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index 61cd2ca28..3813cc92a 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}", |