Function

Gst-1.0Gsttag_list_replaceSince 1.16

  • Modifies a pointer to a Gst.TagList to point to a different Gst.TagList. The modification is done atomically (so this is useful for ensuring thread safety in some cases), and the reference counts are updated appropriately (the old tag list is unreffed, the new is reffed).

    Either new_taglist or the Gst.TagList pointed to by old_taglist may be null.

    Parameters

    Returns [boolean, TagList]

    true if new_taglist was different from old_taglist

    1.16