From 3cf50753a89ac384d39ca2917676708d616820ff Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 3 Mar 2002 00:53:25 +0000 Subject: 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 --- common | 2 +- tools/gst-launch-ext | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common b/common index 7b9a1801..2adced54 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 7b9a18016ec2fe74c23382856a0f480da259f971 +Subproject commit 2adced54d821c7870fd4d9e5e19482418a64c931 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}) { -- cgit