[gstreamer-bugs] [Bug 143472] [api] gst_tag_list_foreach() takes a non-const GstTagList*

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Nov 19 07:48:21 PST 2005


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=143472
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Andy Wingo  2005-11-19 15:48 -------
Well it turns out my statement was rather silly. The foreach function just
passes the names of the tags, not their values. The tag list api is very unlike
other parts of gstreamer it seems. So I am just going to change the prototype to
have const, because the foreach function doesn't even have a pointer to the
value, and entries shouldn't be added or removed in the foreach.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list