GstBaseTransformClass.beforeTransform

Optional. This method is called right before the base class will start processing. Dynamic properties or other delayed configuration could be performed in this method.

struct GstBaseTransformClass
extern (C)
void function(GstBaseTransform* trans, GstBuffer* buffer) beforeTransform;