TagList.merge
gst.tag_list.TagList merge(gst.tag_list.TagList list2, gst.types.TagMergeMode mode)Merges the two given lists into a new list. If one of the lists is null, a copy of the other is returned. If both lists are null, null is returned.
Free-function: gst_tag_list_unref
Parameters
list2 | second list to merge |
mode | the mode to use |
Returns
the new list