summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);