summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-01 21:41:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-01 21:41:29 +0000
commitdd2985ac5f64b83275e0b9dd3e178e3b6e79f2f9 (patch)
tree687255d88f3c66f37c07e257fe76107cd8753519 /tools
parent66a24dd946ab8a3b019f020a612306f034d2792a (diff)
backmerge
Original commit message from CVS: backmerge
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext2
1 files changed, 1 insertions, 1 deletions
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} }",