From f5314ecae1022c78ab5fe82a1316540f5406ed15 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 21 Jul 2009 13:27:09 +0300 Subject: [PATCH] logging: log if we copy caps to be able to track it --- gst/gstcaps.c | 1 + 1 file changed, 1 insertion(+) 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);