some more of these
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Oct 2002 01:09:17 +0000 (01:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Oct 2002 01:09:17 +0000 (01:09 +0000)
Original commit message from CVS:
some more of these

tools/gst-launch-ext

index 22fd38b..d61d34d 100755 (executable)
@@ -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}",