summaryrefslogtreecommitdiffstats
path: root/tools/gst-launch-ext.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gst-launch-ext.in')
-rwxr-xr-xtools/gst-launch-ext.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in
index 05f0b1b0..0945f53c 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} }",