fix ogg pipeline in gst-launch-ext

Original commit message from CVS:
fix ogg pipeline in gst-launch-ext
This commit is contained in:
Christian Schaller 2004-03-08 22:07:06 +00:00
parent beb417c68f
commit 6b8d323cd3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-03-08 Christian Schaller <Uraeus@gnome.org>
* tools/gst-launch-ext.in:
Replace vorbisfile with oggdemux/vorbisdec/audioconvert
2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),

View file

@ -115,7 +115,7 @@ read_config ($0);
"mp3", "mad ! $cfg{AUDIOSINK}",
"mpeg", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
"mpg", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
"ogg", "vorbisfile ! $cfg{AUDIOSINK}",
"ogg", "oggdemux ! vorbisdec ! audioconvert ! $cfg{AUDIOSINK}",
"sid", "siddec ! $cfg{AUDIOSINK}",
"swf", "swfdec name=swfdec ! { queue ! colorspace ! $cfg{VIDEOSINK} } { swfdec. ! queue ! $cfg{AUDIOSINK} }",
"vob", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } { demux. ! queue ! a52dec ! $cfg{AUDIOSINK} }",