Element.foundTagsForPad

Posts a message to the bus that new tags were found and pushes the tags as event. Takes ownership of the list. This is a utility method for elements. Applications should use the GstTagSetter interface.

class Element
void
foundTagsForPad

Parameters

pad Pad

pad on which to push tag-event.

list TagList

the taglist to post on the bus and create event from.

Meta