From 28a4a0c00a9c07a68bea8d1f46e4e63dd5b3c48d Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 8 Mar 2004 22:07:06 +0000 Subject: fix ogg pipeline in gst-launch-ext Original commit message from CVS: fix ogg pipeline in gst-launch-ext --- tools/gst-launch-ext.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in index 05f0b1b07..0945f53c0 100755 --- a/tools/gst-launch-ext.in +++ b/tools/gst-launch-ext.in @@ -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} }", -- cgit v1.2.3