GstBaseTransformClass.fixateCaps

Optional. Given the pad in this direction and the given caps, fixate the caps on the other pad. The function takes ownership of @othercaps and returns a fixated version of @othercaps. @othercaps is not guaranteed to be writable.

struct GstBaseTransformClass
extern (C)
GstCaps* function(GstBaseTransform* trans, GstPadDirection direction, GstCaps* caps, GstCaps* othercaps) fixateCaps;