add mpeg
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 19 Jan 2003 22:12:57 +0000 (22:12 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 19 Jan 2003 22:12:57 +0000 (22:12 +0000)
Original commit message from CVS:
add mpeg

tools/gst-launch-ext

index 40243c7..0f9a3eb 100755 (executable)
@@ -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}",