From 7d9506e5a2480145835a0f8a5a3978e27d91fa13 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 28 Feb 2002 20:10:18 +0000 Subject: added fli support to the gst-lauch-ext application Original commit message from CVS: added fli support to the gst-lauch-ext application --- tools/gst-launch-ext | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index 7c91fe05..64ddef2b 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -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}" ); -- cgit