From 93a92d7f7065079d601f04b0a50da232ddc58aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 20 Nov 2015 19:15:22 +0000 Subject: [PATCH] tags: id3: make sure to register private-id3v2-frame tag before using it --- gst-libs/gst/tag/id3v2.c | 2 ++ 1 file changed, 2 insertions(+) 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 */