summaryrefslogtreecommitdiff
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
commitca810029cc72ad361162629a82203e81969f6aaf (patch)
tree7cb69fd12d0c2e5adf71c49de69c72cc46d59891
parent83813ace9e4b1bbc3c38ce3e1410545ac05b6064 (diff)
downloadgstreamer-plugins-base-ca810029cc72ad361162629a82203e81969f6aaf.tar.gz
add mpeg
Original commit message from CVS: add mpeg
-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 40243c7b3..0f9a3eb39 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}",