logging: log if we copy caps to be able to track it

This commit is contained in:
Stefan Kost 2009-07-21 13:27:09 +03:00
parent 24517c8975
commit f5314ecae1

View file

@ -348,6 +348,7 @@ gst_caps_make_writable (GstCaps * caps)
return caps; return caps;
/* else copy */ /* else copy */
GST_CAT_DEBUG (GST_CAT_PERFORMANCE, "copy caps");
copy = gst_caps_copy (caps); copy = gst_caps_copy (caps);
gst_caps_unref (caps); gst_caps_unref (caps);