summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-11-23 18:53:20 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-11-23 18:53:20 +0000
commit77fd7a8172e2f6acfebdc96d5ed438dad6aeb1fe (patch)
treef038bfeb047fea1ab85fc0e8091ef31188444c1c /tools
parentfbcc4e0bd783a8e631b40de28c83c9d6f1d09093 (diff)
Update the pipeline to play wma files
Original commit message from CVS: Update the pipeline to play wma files
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext.in2
1 files changed, 1 insertions, 1 deletions
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} }",
);