buffer_list_take
Description:
[ Version ( replacement = "BufferList.take" , since = "1.16" ) ]
public bool buffer_list_take (ref BufferList old_list, owned BufferList? new_list)
Modifies a pointer to a BufferList to point to a different BufferList.
This function is similar to buffer_list_replace except that it takes
ownership of new_list
.
Parameters:
old_list |
pointer to a pointer to a BufferList to be replaced. |
new_list |
pointer to a BufferList that will replace the bufferlist pointed to by
|
Returns:
|
Namespace: Gst
Package: gstreamer-1.0