summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-01-11 22:50:23 +0000
committerChristian Schaller <uraeus@gnome.org>2003-01-11 22:50:23 +0000
commit1bcd623c76a6011da4d50d90a5555236a0ffef35 (patch)
treedf3bb52d1fae002716d461f15acb2e45de9ebaa8 /tools
parent6d2d35edef3be93c0bc32465781914b2c307ed08 (diff)
move from windec to ffmpegdecall
Original commit message from CVS: move from windec to ffmpegdecall
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 4ac01bb5..e83e8e26 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -91,7 +91,7 @@ read_config ();
%pipes = (
"ac3", "a52dec ! $cfg{AUDIOSINK}",
"au", "auparse ! $cfg{AUDIOSINK}",
- "avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
+ "avi", "avidemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"flac", "flacdec ! $cfg{AUDIOSINK}",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
"m1v", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",