MT safe.
Message.newTag
gst.message.Message newTag(gst.object.ObjectWrap src, gst.tag_list.TagList tagList)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 | The object originating the message. |
tagList | the tag list for the message. |
Returns
the new tag message.