mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
31be230d1f
commit
e2d3fd60e9
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue