logging: log if we copy caps to be able to track it
authorStefan Kost <ensonic@users.sf.net>
Tue, 21 Jul 2009 10:27:09 +0000 (13:27 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 6 Aug 2009 12:30:33 +0000 (15:30 +0300)
gst/gstcaps.c

index 0550ca9..9c7fd90 100644 (file)
@@ -348,6 +348,7 @@ gst_caps_make_writable (GstCaps * caps)
     return caps;
 
   /* else copy */
+  GST_CAT_DEBUG (GST_CAT_PERFORMANCE, "copy caps");
   copy = gst_caps_copy (caps);
   gst_caps_unref (caps);