mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Update the pipeline to play wma files
Original commit message from CVS: Update the pipeline to play wma files
This commit is contained in:
parent
fbcc4e0bd7
commit
77fd7a8172
1 changed files with 1 additions and 1 deletions
|
@ -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} }",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue