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.
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_taglistor the Gst.TagList pointed to byold_taglistmay benull.