summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-07-21 13:27:09 +0300
committerStefan Kost <ensonic@users.sf.net>2009-08-06 15:30:33 +0300
commitf5314ecae1022c78ab5fe82a1316540f5406ed15 (patch)
tree43914c05144660d577ad774740b8dca0d959dc1c
parent24517c8975ab318f9fab544d1418dbdda42549fc (diff)
logging: log if we copy caps to be able to track it
-rw-r--r--gst/gstcaps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index 0550ca9ec8..9c7fd90a30 100644
--- a/gst/gstcaps.c
+++ b/gst/gstcaps.c
@@ -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);