summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-28 01:09:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-28 01:09:17 +0000
commit866e439192a3270df1e313b77fadd3b7f4271ec3 (patch)
tree4fc4b5b482a4e54e8908a672528182b05a5fa19b
parent04e0c89c8e7a0afd4c5f1f3c49134785bdd078fc (diff)
downloadgstreamer-plugins-base-866e439192a3270df1e313b77fadd3b7f4271ec3.tar.gz
some more of these
Original commit message from CVS: some more of these
-rwxr-xr-xtools/gst-launch-ext5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 22fd38b40..d61d34d31 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -80,11 +80,14 @@ sub playfile($$)
read_config ();
%pipes = (
- "ac3", "ac3parse ! $cfg{AUDIOSINK}",
+ "ac3", "a52dec ! $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}",
+ "m1v", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
+ "m2v", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
"mod", "modplug ! $cfg{AUDIOSINK}",
+ "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}",