GNOME Bugzilla – Bug 581198
[tags] Add gst_tag_setter_add_tag_value() and gst_tag_list_add_value() functions
Last modified: 2009-05-07 13:12:15 UTC
Hi, it'd be nice if gst_tag_setter_add_tag_value() and gst_tag_list_add_value () would exist. I need this for the C# bindings as neither varargs functions nor va_list functions are support there. I'll attach a patch for this soonish...
Created attachment 133867 [details] [review] tags.diff
I'll push this right after the freeze, committed locally already :) commit debf925678f4df28078d616194fb7c9a44f6e646 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu May 7 09:31:01 2009 +0200 tags: API: Add functions to add single tags to GstTagList or GstTagSetter The new functions are gst_tag_setter_add_tag_value() and gst_tag_list_add_value()). This fixes bug #581198.