Update the pipeline to play wma files
authorJeremy Simon <jsimon13@yahoo.fr>
Sun, 23 Nov 2003 18:53:20 +0000 (18:53 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Sun, 23 Nov 2003 18:53:20 +0000 (18:53 +0000)
Original commit message from CVS:
Update the pipeline to play wma files

tools/gst-launch-ext.in

index 8e02fb3..bfec863 100755 (executable)
@@ -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} }",
 );