GstBaseParseClass.detect

Optional. Called until it doesn't return GST_FLOW_OK anymore for the first buffers. Can be used by the subclass to detect the stream format.

struct GstBaseParseClass
extern (C)
GstFlowReturn function(GstBaseParse* parse, GstBuffer* buffer) detect;