GstCollectPadsBufferFunction

A function that will be called when a (considered oldest) buffer can be muxed. If all pads have reached EOS, this function is called with %NULL @buffer and %NULL @data.

alias GstCollectPadsBufferFunction = GstFlowReturn function(GstCollectPads* pads, GstCollectData* data, GstBuffer* buffer, void* userData)

Return Value

%GST_FLOW_OK for success

Meta