caps: log freeing of caps at same log level as creation, i.e. TRACE
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 27 May 2012 19:31:30 +0000 (20:31 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 27 May 2012 19:31:30 +0000 (20:31 +0100)
gst/gstcaps.c

index 2f4a341..ec95ed5 100644 (file)
@@ -177,7 +177,7 @@ _gst_caps_free (GstCaps * caps)
   g_ptr_array_free (GST_CAPS_ARRAY (caps), TRUE);
 
 #ifdef DEBUG_REFCOUNT
-  GST_CAT_LOG (GST_CAT_CAPS, "freeing caps %p", caps);
+  GST_CAT_TRACE (GST_CAT_CAPS, "freeing caps %p", caps);
 #endif
   g_slice_free1 (GST_MINI_OBJECT_SIZE (caps), caps);
 }