summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2003-01-31 22:59:04 +0000
committerOwen Fraser-Green <owen@discobabe.net>2003-01-31 22:59:04 +0000
commitfe768793db90bbd3be004bc7c017ebf28cf14b4b (patch)
tree675595d380159763a1aa40911cb42e645652fe4d /tools
parent1be30a4ce0b3bc7778c02d11be5b0bc144d423be (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index f98b7ecf..2e4233c2 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}) {