[gstreamer-bugs] [Bug 410396] not reading "DATE" tags from Flac files
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Feb 25 15:15:26 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=410396
GStreamer | gst-plugins-good | Ver: 0.10.x
------- Comment #4 from René Stadler 2007-02-25 23:13 UTC -------
Created an attachment (id=83339)
--> (http://bugzilla.gnome.org/attachment.cgi?id=83339&action=view)
Accept vorbis date tag data of the form YYYY-00-00
The problem is that the date tags in your files are technically malformed;
dates like 1998-00-00 apparently fail the g_date_valid_dmy test in line 259 of
gst-plugins-base/gst-libs/gst/tag/gstvorbistag.c because the month and day
values are zero.
This trivial (and untested) patch should make gst accept these as 1998-01-01.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list