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

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon May 31 21:23:34 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=143472
GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From jyasskin at mail.utexas.edu  2004-06-01 00:23 -------
Created an attachment (id=28223)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=28223&action=view)
add_gst_structure_field_foreach_const.diff

This patch includes the last one.

It adds a gst_structure_field_foreach_const() function that takes a const
GstStructure* and calls a GstStructureForeachConstFunc. I added a new function
rather than change the old one because that would break some previously-working
programs. On the other hand, it's probably incorrect to modify the structure
inside a foreach...

Anyway, this patch is only tangentially related to the previous one, so if you
want, I can make a new bug for it.

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




More information about the Gstreamer-bugs mailing list