Gst.TagList.new_from_string

function new_from_string(str:String):Gst.TagList {
    // Gjs wrapper for gst_tag_list_new_from_string()
}

Deserializes a tag list.

str

a string created with Gst.to_string

Returns

a new Gst.TagList, or NULL in case of an error.