After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312272 - Musicbrainz tags not registered for FLAC encoder
Musicbrainz tags not registered for FLAC encoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-01 19:39 UTC by Madhan Raj M
Modified: 2005-08-03 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against CVS HEAD (1.28 KB, patch)
2005-08-01 19:46 UTC, Madhan Raj M
none Details | Review

Description Madhan Raj M 2005-08-01 19:39:22 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
Comment 1 Madhan Raj M 2005-08-01 19:46:03 UTC
Created attachment 50095 [details] [review]
Patch against CVS HEAD
Comment 2 Madhan Raj M 2005-08-01 19:48:18 UTC
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
Comment 3 Ronald Bultje 2005-08-03 17:23:15 UTC
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.