After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581198 - [tags] Add gst_tag_setter_add_tag_value() and gst_tag_list_add_value() functions
[tags] Add gst_tag_setter_add_tag_value() and gst_tag_list_add_value() functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-03 17:49 UTC by Sebastian Dröge (slomo)
Modified: 2009-05-07 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tags.diff (3.29 KB, patch)
2009-05-03 17:57 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-05-03 17:49:05 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...
Comment 1 Sebastian Dröge (slomo) 2009-05-03 17:57:05 UTC
Created attachment 133867 [details] [review]
tags.diff
Comment 2 Sebastian Dröge (slomo) 2009-05-07 13:12:15 UTC
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.