AudioDecoder.mergeTags

Sets the audio decoder tags and how they should be merged with any upstream stream tags. This will override any tags previously-set with gstaudio.audio_decoder.AudioDecoder.mergeTags.

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 AudioDecoder
void
mergeTags

Parameters

tags gst.tag_list.TagList

a #GstTagList to merge, or NULL

mode gst.types.TagMergeMode

the #GstTagMergeMode to use, usually #GST_TAG_MERGE_REPLACE