TagList.merge

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 TagList

second list to merge

mode GstTagMergeMode

the mode to use

Return Value

Type: TagList

the new list