summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-02-28 20:10:18 +0000
committerChristian Schaller <uraeus@gnome.org>2002-02-28 20:10:18 +0000
commite2d3fd60e957fc6a914f833638ffda8002e9af42 (patch)
tree45162aeb0adec7ba2978c17b2c53965333c6d814
parent31be230d1f93f99d96cb87c64eb58b8d589aed08 (diff)
downloadgstreamer-plugins-base-e2d3fd60e957fc6a914f833638ffda8002e9af42.tar.gz
added fli support to the gst-lauch-ext application
Original commit message from CVS: added fli support to the gst-lauch-ext application
-rwxr-xr-xtools/gst-launch-ext1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 7c91fe050..64ddef2be 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}"
);