Message.newTag

Create a new tag message. The message will take ownership of the tag list. The message is posted by elements that discovered a new taglist.

Parameters

src gst.object.ObjectGst

The object originating the message.

tagList gst.tag_list.TagList

the tag list for the message.

Return Value

Type: gst.message.Message

the new tag message.

MT safe.