summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-03-08 22:07:06 +0000
committerChristian Schaller <uraeus@gnome.org>2004-03-08 22:07:06 +0000
commit6b8d323cd34fc16e112e034e3d6274ae6ce3514f (patch)
treec721ded8f18dff42bc8e1ccca45915d3d21f1607 /tools
parentbeb417c68f0c78f503bcb647986903cbe01bf383 (diff)
fix ogg pipeline in gst-launch-ext
Original commit message from CVS: fix ogg pipeline in gst-launch-ext
Diffstat (limited to 'tools')
-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} }",