diff --git a/gst-libs/gst/tag/id3v2.c b/gst-libs/gst/tag/id3v2.c index 2af9486ef3..4579d25d70 100644 --- a/gst-libs/gst/tag/id3v2.c +++ b/gst-libs/gst/tag/id3v2.c @@ -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 */