summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-30 19:29:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-30 19:29:21 +0000
commit5d34bdbfe3993ff4c400ef9c870ea60ee0389793 (patch)
tree34cc14d3e011fad3aba6fdc9d50ccc42d5cf53f7
parent92c2a28c5de93ae9c96a2246634f17fbd1af6bc9 (diff)
use vorbisfile
Original commit message from CVS: use vorbisfile
-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 ce9898b87..ae2aa9800 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} }",