added fli support to the gst-lauch-ext application

Original commit message from CVS:
added fli support to the gst-lauch-ext application
This commit is contained in:
Christian Schaller 2002-02-28 20:10:18 +00:00
parent 31be230d1f
commit e2d3fd60e9

View file

@ -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}"
);