mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
taglist: fix confusing log message
This commit is contained in:
parent
06d96f1bda
commit
528f89c940
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ __gst_tag_list_free (GstTagList * list)
|
||||||
g_return_if_fail (GST_IS_TAG_LIST (list));
|
g_return_if_fail (GST_IS_TAG_LIST (list));
|
||||||
|
|
||||||
#ifdef DEBUG_REFCOUNT
|
#ifdef DEBUG_REFCOUNT
|
||||||
GST_CAT_TRACE (GST_CAT_TAGS, "freeing caps %p", list);
|
GST_CAT_TRACE (GST_CAT_TAGS, "freeing taglist %p", list);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gst_structure_free (GST_TAG_LIST_STRUCTURE (list));
|
gst_structure_free (GST_TAG_LIST_STRUCTURE (list));
|
||||||
|
|
Loading…
Reference in a new issue