tags: id3: make sure to register private-id3v2-frame tag before using it

This commit is contained in:
Tim-Philipp Müller 2015-11-20 19:15:22 +00:00
parent 7a702df863
commit 93a92d7f70

View file

@ -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 */