added fli support to the gst-lauch-ext application
authorChristian Schaller <uraeus@gnome.org>
Thu, 28 Feb 2002 20:10:18 +0000 (20:10 +0000)
committerChristian Schaller <uraeus@gnome.org>
Thu, 28 Feb 2002 20:10:18 +0000 (20:10 +0000)
Original commit message from CVS:
added fli support to the gst-lauch-ext application

tools/gst-launch-ext

index 7c91fe0..64ddef2 100755 (executable)
@@ -89,6 +89,7 @@ read_config ();
   "vob", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! a52dec ! $cfg{AUDIOSINK} }",
   "wav", "wavparse ! $cfg{AUDIOSINK}",
   "vis.wav", "wavparse ! tee silent=true 'tee0.src0!' queue ! { $cfg{VISUALIZER} ! colorspace ! $cfg{VIDEOSINK} } 'tee0.src1!' $cfg{AUDIOSINK}",
+  "fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}"
 
 );