mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
caps: add some more debugging in _replace
This commit is contained in:
parent
4146fa2eed
commit
950c70c8bb
1 changed files with 2 additions and 0 deletions
|
@ -1774,6 +1774,8 @@ gst_caps_replace (GstCaps ** caps, GstCaps * newcaps)
|
|||
|
||||
oldcaps = *caps;
|
||||
|
||||
GST_CAT_LOG (GST_CAT_REFCOUNTING, "%p, %p -> %p", caps, oldcaps, newcaps);
|
||||
|
||||
if (newcaps != oldcaps) {
|
||||
if (newcaps)
|
||||
gst_caps_ref (newcaps);
|
||||
|
|
Loading…
Reference in a new issue