summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-03 00:53:25 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-03 00:53:25 +0000
commit3cf50753a89ac384d39ca2917676708d616820ff (patch)
tree50724e549acff0c76cde034282918db5430c63c6 /tools
parent3fc8a890e6fe4f3ed6b2c3f0a2799c36986395ff (diff)
get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...
Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 8f41244b..a12b13ce 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -87,7 +87,6 @@ read_config ();
"vob", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! a52dec ! $cfg{AUDIOSINK} }",
"wav", "wavparse ! $cfg{AUDIOSINK}",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}"
-
);
if ($cfg{VISUALIZER}) {