BaseSrc.startComplete

Complete an asynchronous start operation. When the subclass overrides the start method, it should call gst_base_src_start_complete() when the start operation completes either from the same thread or from an asynchronous helper thread.

class BaseSrc
void
startComplete

Parameters

ret GstFlowReturn

a #GstFlowReturn

Meta