summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-20 19:15:22 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-11-20 19:15:22 +0000
commit93a92d7f7065079d601f04b0a50da232ddc58aa3 (patch)
treee35b747d26538caf91eb29ebce99ea013bdb4444
parent7a702df863ef9155eb46aca5a2b1ad0c72459a65 (diff)
tags: id3: make sure to register private-id3v2-frame tag before using it
-rw-r--r--gst-libs/gst/tag/id3v2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/tag/id3v2.c b/gst-libs/gst/tag/id3v2.c
index 2af9486ef..4579d25d7 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 */