get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego...
authorAndy Wingo <wingo@pobox.com>
Sun, 3 Mar 2002 00:53:24 +0000 (00:53 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Mar 2002 00:53:24 +0000 (00:53 +0000)
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

index d07d4cf..ae4be60 100644 (file)
@@ -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)))
   {