Skip to content

xmptag: Call gst_tag_register_musicbrainz_tags during init

James Cowgill requested to merge jcowgill/gstreamer:jpegparse-xmp-critical into main

We need to call this to register the MusixBrainz tags before we use them in an XMP schema.

Fixes this critical when attempting to run jpegparse on a JPEG containing MusicBrainz XMP tags:

GStreamer-CRITICAL **: 20:41:07.885: gst_tag_get_type: assertion 'info != NULL' failed

Merge request reports