mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
logging: log if we copy caps to be able to track it
This commit is contained in:
parent
24517c8975
commit
f5314ecae1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue