summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-07-28 11:37:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-07-28 11:37:49 +0000
commit6c336a9f4b3285ad754868061dcb06f2846be155 (patch)
tree5fbf1527d865abef48fafe3d3410d600f153f953 /tools
parent61f3c61d925172ea16e5eaacf5d50edf34486ddf (diff)
second attempt fixing gdkpixbuf stuff
Original commit message from CVS: second attempt fixing gdkpixbuf stuff
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 4108deed..61cc656a 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -103,7 +103,7 @@ read_config ($0);
%pipes = (
"ac3", "a52dec ! $cfg{AUDIOSINK}",
"au", "auparse ! $cfg{AUDIOSINK}",
- "avi", "avidemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
+ "avi", "avidemux name=demux ! { queue ! jpegdec ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
"asf", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
"flac", "flacdec ! $cfg{AUDIOSINK}",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",