better debug info
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 7 Apr 2004 10:42:16 +0000 (10:42 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 7 Apr 2004 10:42:16 +0000 (10:42 +0000)
Original commit message from CVS:
better debug info

gst/gstpad.c

index f1a4285..5b2ca9b 100644 (file)
@@ -2377,8 +2377,9 @@ gst_pad_set_explicit_caps (GstPad * pad, const GstCaps * caps)
 
   g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
 
-  GST_CAT_DEBUG (GST_CAT_PADS, "setting explicit caps to %" GST_PTR_FORMAT,
-      caps);
+  GST_CAT_DEBUG (GST_CAT_PADS,
+      "setting explicit caps on %s:%s to %" GST_PTR_FORMAT,
+      GST_DEBUG_PAD_NAME (pad), caps);
 
   if (caps == NULL) {
     GST_CAT_DEBUG (GST_CAT_PADS, "caps is NULL");