mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
caps: log freeing of caps at same log level as creation, i.e. TRACE
This commit is contained in:
parent
61dcbaab63
commit
b5ab3fb1dc
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ _gst_caps_free (GstCaps * caps)
|
||||||
g_ptr_array_free (GST_CAPS_ARRAY (caps), TRUE);
|
g_ptr_array_free (GST_CAPS_ARRAY (caps), TRUE);
|
||||||
|
|
||||||
#ifdef DEBUG_REFCOUNT
|
#ifdef DEBUG_REFCOUNT
|
||||||
GST_CAT_LOG (GST_CAT_CAPS, "freeing caps %p", caps);
|
GST_CAT_TRACE (GST_CAT_CAPS, "freeing caps %p", caps);
|
||||||
#endif
|
#endif
|
||||||
g_slice_free1 (GST_MINI_OBJECT_SIZE (caps), caps);
|
g_slice_free1 (GST_MINI_OBJECT_SIZE (caps), caps);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue