[Bug 646696] taginject throws critical warnings when date tag cannot be parsed
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 5 05:41:49 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=646696
GStreamer | gst-plugins-good | 0.10.25
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-05 12:41:48 UTC ---
IMHO we can close this bug then. The problem here is that
gst_structure_from_string() is used and the date without a type name is
interpreted as a string. GST_TAG_DATE must be of type GDate though and getting
that tag results in the assertion you saw.
As taginject is just a debugging utility this shouldn't be a problem and you
can easily work around it by adding the correct type names for every tag.
Feel free to reopen the bug if you disagree
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list