on_push_buffer_list


Description:

[ CCode ( cname = "push-buffer-list" ) ]
[ Version ( since = "1.14" ) ]
public signal FlowReturn on_push_buffer_list (BufferList buffer_list)

Adds a buffer list to the queue of buffers and buffer lists that the appsrc element will push to its source pad.

This function does not take ownership of the buffer list, but it takes a reference so the buffer list can be unreffed at any time after calling this function.

When the block property is TRUE, this function can block until free space becomes available in the queue.

Parameters:

buffer_list

a buffer list to push