summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-08 17:12:40 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-08 17:12:40 +0000
commit66310b80de52b2029d08ff41f81bef299053e175 (patch)
tree98a99ee29693408131ed1cd80d7ffa0f68bb03d4 /ext/flac/gstflac.c
parent8a4adb4ab931793ef29f23f157e762574c586b4c (diff)
ext/: Register musicbrainz tags.
Original commit message from CVS: * ext/flac/gstflac.c: (plugin_init): * ext/speex/gstspeex.c: (plugin_init): Register musicbrainz tags.
Diffstat (limited to 'ext/flac/gstflac.c')
-rw-r--r--ext/flac/gstflac.c5
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;
}