mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +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) {
|
if (type == GST_TYPE_CAPS) {
|
||||||
extra = gst_caps_to_string (data);
|
extra = gst_caps_to_string (data);
|
||||||
refcount = GST_MINI_OBJECT_REFCOUNT_VALUE (data);
|
|
||||||
}
|
}
|
||||||
|
refcount = GST_MINI_OBJECT_REFCOUNT_VALUE (data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (extra) {
|
if (extra) {
|
||||||
|
|
Loading…
Reference in a new issue