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 585748 - [API] add gst_tag_list_new_full() to create taglist with tags in one go
[API] add gst_tag_list_new_full() to create taglist with tags in one go
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-14 15:40 UTC by Tim-Philipp Müller
Modified: 2009-06-14 18:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gst_tag_list_new_full() etc. (5.58 KB, patch)
2009-06-14 15:40 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2009-06-14 15:40:04 UTC
See attached patch. Please review, thanks!


    taglist: add functions to create a new taglist with tags in one go
    
    Add functions to create a new tag list and set tags in one go, which
    is nice for use in combination with functions that take ownership of
    the taglist, such as gst_event_new_tag() or gst_element_found_tags().
    
    API: add gst_tag_list_new_full()
    API: add gst_tag_list_new_full_valist()
Comment 1 Tim-Philipp Müller 2009-06-14 15:40:33 UTC
Created attachment 136567 [details] [review]
add gst_tag_list_new_full() etc.
Comment 2 Sebastian Dröge (slomo) 2009-06-14 17:53:51 UTC
Looks good, please commit :)
Comment 3 Tim-Philipp Müller 2009-06-14 18:09:11 UTC
Thanks