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
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3092>
XmpTag *xmpinfo;
GstXmpSchema *schema;
+ gst_tag_register_musicbrainz_tags ();
+
__xmp_schemas = g_hash_table_new (g_direct_hash, g_direct_equal);
/* add the maps */