diff options
Diffstat (limited to 'ext/flac')
| -rw-r--r-- | ext/flac/gstflac.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index 5f13a158..38ab07ec 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -27,6 +27,8 @@ #include "flac_compat.h" +#include <gst/tag/tag.h> + static gboolean plugin_init (GstPlugin * plugin) { @@ -41,6 +43,9 @@ plugin_init (GstPlugin * plugin) gst_flac_tag_get_type ())) return FALSE; #endif + + gst_tag_register_musicbrainz_tags (); + return TRUE; } |
