caps: log freeing of caps at same log level as creation, i.e. TRACE
[platform/upstream/gstreamer.git] / gst / gstcaps.c
index 57f8ae6..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);
 }
@@ -1037,8 +1037,6 @@ gst_caps_is_subset_structure (const GstCaps * caps,
  * <note>This function does not work reliably if optional properties for caps
  * are included on one caps and omitted on the other.</note>
  *
- * This function deals correctly with passing NULL for any of the caps.
- *
  * Returns: TRUE if both caps are equal.
  */
 gboolean