diff options
Diffstat (limited to 'ext/speex/gstspeex.c')
-rw-r--r-- | ext/speex/gstspeex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index e77c9e37..dcea183e 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -23,6 +23,8 @@ #include "gstspeexdec.h" #include "gstspeexenc.h" +#include <gst/tag/tag.h> + static gboolean plugin_init (GstPlugin * plugin) { @@ -35,6 +37,8 @@ plugin_init (GstPlugin * plugin) GST_TYPE_SPEEXDEC)) return FALSE; + gst_tag_register_musicbrainz_tags (); + return TRUE; } |