BaseParse.mergeTags

Sets the parser subclass's tags and how they should be merged with any upstream stream tags. This will override any tags previously-set with gst_base_parse_merge_tags().

Note that this is provided for convenience, and the subclass is not required to use this and can still do tag handling on its own.

class BaseParse
void
mergeTags
(,
GstTagMergeMode mode
)

Parameters

tags TagList

a #GstTagList to merge, or NULL to unset previously-set tags

mode GstTagMergeMode

the #GstTagMergeMode to use, usually #GST_TAG_MERGE_REPLACE

Meta