mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
trace: always print miniobject refcount
This commit is contained in:
parent
db204ea24a
commit
ec8ac0bb16
1 changed files with 1 additions and 1 deletions
|
@ -165,8 +165,8 @@ gst_alloc_trace_print (const GstAllocTrace * trace)
|
|||
|
||||
if (type == GST_TYPE_CAPS) {
|
||||
extra = gst_caps_to_string (data);
|
||||
refcount = GST_MINI_OBJECT_REFCOUNT_VALUE (data);
|
||||
}
|
||||
refcount = GST_MINI_OBJECT_REFCOUNT_VALUE (data);
|
||||
}
|
||||
|
||||
if (extra) {
|
||||
|
|
Loading…
Reference in a new issue