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 gst.tag_list.TagList

second list to merge

mode gst.types.TagMergeMode

the mode to use

Return Value

Type: gst.tag_list.TagList

the new list