summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-23 09:08:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-23 09:08:51 +0000
commit67be9cb8839f498495209d54a2d04aa530abe880 (patch)
tree144c5564fb21db298e7706a6ed3acfd81619ce72 /tools
parent5ad2296efd646d0e59cf8502e4c513172e058939 (diff)
release backport
Original commit message from CVS: release backport
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 11b4be40..22fd38b4 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -79,8 +79,8 @@ sub playfile($$)
read_config ();
-### "ac3", "ac3parse ! $cfg{AUDIOSINK}",
%pipes = (
+ "ac3", "ac3parse ! $cfg{AUDIOSINK}",
"au", "auparse ! $cfg{AUDIOSINK}",
"avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
@@ -89,8 +89,9 @@ read_config ();
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
"sid", "siddec ! $cfg{AUDIOSINK}",
- "vob", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! $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} }",
+ "wav", "wavparse ! $cfg{AUDIOSINK}",
);
if ($cfg{VISUALIZER}) {