GNOME Bugzilla – Bug 333683
[id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NUMBER
Last modified: 2006-03-07 11:20:26 UTC
Please describe the problem: id3demux reads the GST_TAG_ALBUM_VOLUME_NUMBER but id3mux does not write it. This patch adds support for this tag. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 60812 [details] [review] Support for element
You can see that such support is missing if you run the plugin in the debug mode, by prepending the environment variable: GST_DEBUG=id3tag:5 WARN (0x8972f40 - 0:00:09.807873000) id3tag(28088) gstid3tag.c(820):tag_list_to_id3_tag_foreach: unhandled GStreamer tag album-disc-number
Committed, thanks for the patch! 2006-03-07 Tim-Philipp Müller <tim at centricular dot net> * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach): Add support for writing the GST_TAG_ALBUM_VOLUME_NUMBER tag (#333683, patch by: Alex Lancaster).