From 460dd1af748c5112368ee5bc15beada00aae460e Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Fri, 31 Jan 2003 22:59:04 +0000 Subject: [PATCH] Added handlers for .wmv .wma and .wa to use the ASF demuxer Original commit message from CVS: Added handlers for .wmv .wma and .wa to use the ASF demuxer --- tools/gst-launch-ext | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index f98b7ec..2e4233c 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -119,6 +119,9 @@ read_config ($0); "swf", "swfdec video_%02d! { queue ! colorspace ! $cfg{VIDEOSINK} } swfdec0.audio_%02d! { queue ! $cfg{AUDIOSINK} }", "vob", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }", "wav", "wavparse ! $cfg{AUDIOSINK}", + "wm", "asfdemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } asfdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", + "wma", "asfdemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } asfdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", + "wmv", "asfdemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } asfdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", ); if ($cfg{VISUALIZER}) { -- 2.7.4