caps: log freeing of caps at same log level as creation, i.e. TRACE

This commit is contained in:
Tim-Philipp Müller 2012-05-27 20:31:30 +01:00
parent 61dcbaab63
commit b5ab3fb1dc

View 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);
}