Gst.Message.new_tag

function new_tag(src:Gst.Object, tag_list:Gst.TagList):Gst.Message {
    // Gjs wrapper for gst_message_new_tag()
}

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.

src

The object originating the message.

tag_list

the tag list for the message.

Returns

the new tag message. MT safe.