mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
matroskademux: Fix leaking of the Matroska TITLE element
This commit is contained in:
parent
55535c7fe6
commit
fc9779bd86
1 changed files with 1 additions and 0 deletions
|
@ -2809,6 +2809,7 @@ gst_matroska_demux_parse_info (GstMatroskaDemux * demux)
|
|||
gst_tag_list_add (taglist, GST_TAG_MERGE_APPEND, GST_TAG_TITLE, text,
|
||||
NULL);
|
||||
gst_element_found_tags (GST_ELEMENT (ebml), taglist);
|
||||
g_free (text);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue