TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.28.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 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.
gst_tag_list_replace()
new_taglist
pointer to a pointer to a Gst.TagList to be replaced.
Optional
pointer to a Gst.TagList that will replace the taglist pointed to by old_taglist.
old_taglist
true if new_taglist was different from old_taglist
true
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 ofnew_taglist.