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

list2second list to merge
modethe mode to use

Returns

the new list