GNOME Bugzilla – Bug 312272
Musicbrainz tags not registered for FLAC encoder
Last modified: 2005-08-03 17:23:15 UTC
(sound-juicer:9270): GStreamer-WARNING **: no GstTag for musicbrainz-albumid (sound-juicer:9270): GStreamer-CRITICAL **: gst_tag_list_add_valist: assertion `info != NULL' failed gst_tag_register_musicbrainz_tags
Created attachment 50095 [details] [review] Patch against CVS HEAD
I get the warnings, when ever i start Sound-juicer with FLAC profile as default. It works fine when switching to OGG and back to FLAC. But it happens whenever, Sound-juicer is started with FLAC as default profile
2005-08-03 Madhan Raj M <madhanrm@gnome.org> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/flac/gstflacenc.c: (gst_flacenc_class_init): Register musicbrainz tags, since we use them. Based on suggestions from Ross Burton <ross@burtonini.com>, closes #312272.