From 21c21de13a6497280df857831710068bf5751dab Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 3 Mar 2002 00:53:24 +0000 Subject: [PATCH] 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 --- ext/lame/gstlame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index d07d4cf..ae4be60 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -356,7 +356,7 @@ gst_lame_sinkconnect (GstPad *pad, GstCaps *caps) gst_caps_debug (caps); GST_INFO (GST_CAT_CAPS, "dumping caps of own pad %s:%s\n", GST_DEBUG_PAD_NAME (pad)); */ - gst_caps_debug (gst_pad_get_caps (pad)); + gst_caps_debug (gst_pad_get_caps (pad), "original caps on sink pad"); /* check if the supplied caps of the peer element are compatible with our own use gst_pad_get_caps because if caps aren't set yet we need the template */ if (!gst_caps_check_compatibility (caps, gst_pad_get_caps (pad))) { -- 2.7.4