mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tags: id3: make sure to register private-id3v2-frame tag before using it
This commit is contained in:
parent
7a702df863
commit
93a92d7f70
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ gst_tag_list_from_id3v2_tag (GstBuffer * buffer)
|
|||
guint8 flags;
|
||||
guint16 version;
|
||||
|
||||
gst_tag_register_musicbrainz_tags ();
|
||||
|
||||
read_size = gst_tag_get_id3v2_tag_size (buffer);
|
||||
|
||||
/* Ignore tag if it has no frames attached, but skip the header then */
|
||||
|
|
Loading…
Reference in a new issue