summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-19 22:12:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-19 22:12:57 +0000
commit8617267a2ffce9170e7af53373495a3576fcf5c5 (patch)
tree0a8eb8045a66d5b81f1ddd646cec4d11a948ef7a /tools
parente5d3e698b9cf8254a42c561210682b4145a88f6f (diff)
add mpeg
Original commit message from CVS: add mpeg
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 40243c7b..0f9a3eb3 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -111,6 +111,7 @@ read_config ($0);
"mod", "modplug ! $cfg{AUDIOSINK}",
"mp2", "mad ! $cfg{AUDIOSINK}",
"mp3", "mad ! $cfg{AUDIOSINK}",
+ "mpeg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"ogg", "vorbisfile ! $cfg{AUDIOSINK}",
"sid", "siddec ! $cfg{AUDIOSINK}",