Function

Gst-1.0Gsttag_list_takeSince 1.16

  • Modifies a pointer to a Gst.TagList to point to a different Gst.TagList. This function is similar to gst_tag_list_replace() except that it takes ownership of new_taglist.

    Parameters

    • old_taglist: TagList

      pointer to a pointer to a Gst.TagList to be replaced.

    • Optionalnew_taglist: TagList

      pointer to a Gst.TagList that will replace the taglist pointed to by old_taglist.

    Returns [boolean, TagList]

    true if new_taglist was different from old_taglist

    1.16