TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 1.16
Modifies a pointer to a Gst.BufferList to point to a different Gst.BufferList. This function is similar to gst_buffer_list_replace() except that it takes ownership of new_list.
gst_buffer_list_replace()
new_list
pointer to a pointer to a Gst.BufferList to be replaced.
Optional
pointer to a Gst.BufferList that will replace the bufferlist pointed to by old_list.
old_list
true if new_list was different from old_list
true
1.16
Modifies a pointer to a Gst.BufferList to point to a different Gst.BufferList. This function is similar to
gst_buffer_list_replace()except that it takes ownership ofnew_list.