From dd2985ac5f64b83275e0b9dd3e178e3b6e79f2f9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 1 Nov 2002 21:41:29 +0000 Subject: backmerge Original commit message from CVS: backmerge --- tools/gst-launch-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index ce9898b8..ae2aa980 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -95,7 +95,7 @@ read_config (); "mp2", "mad ! $cfg{AUDIOSINK}", "mp3", "mad ! $cfg{AUDIOSINK}", "mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }", - "ogg", "vorbisdec ! $cfg{AUDIOSINK}", + "ogg", "vorbisfile ! $cfg{AUDIOSINK}", "sid", "siddec ! $cfg{AUDIOSINK}", "swf", "swfdec video_%02d! { queue ! colorspace ! $cfg{VIDEOSINK} } swfdec0.audio_%02d! { queue ! $cfg{AUDIOSINK} }", "vob", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }", -- cgit