From 77fd7a8172e2f6acfebdc96d5ed438dad6aeb1fe Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sun, 23 Nov 2003 18:53:20 +0000 Subject: Update the pipeline to play wma files Original commit message from CVS: Update the pipeline to play wma files --- tools/gst-launch-ext.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in index 8e02fb30..bfec863a 100755 --- a/tools/gst-launch-ext.in +++ b/tools/gst-launch-ext.in @@ -120,7 +120,7 @@ read_config ($0); "vob", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } { demux. ! queue ! a52dec ! $cfg{AUDIOSINK} }", "wav", "wavparse ! $cfg{AUDIOSINK}", "wm", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }", - "wma", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }", + "wma", "asfdemux name=demux ! spider ! $cfg{AUDIOSINK}", "wmv", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }", ); -- cgit