taglist: add functions to create a new taglist with tags in one go
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Jun 2009 15:17:50 +0000 (16:17 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Jun 2009 15:17:50 +0000 (16:17 +0100)
commitdccea0406bc464adb2ce4356ba76581f4b58933b
treedb12286b8be7937ed55f5dee01babc0ecd863497
parentcec504cb7f3ccafbd9027a6c2642efd30e48dc62
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()
docs/gst/gstreamer-sections.txt
gst/gsttaglist.c
gst/gsttaglist.h
tests/check/gst/gsttag.c
win32/common/libgstreamer.def