BaseTransform.setGapAware
void setGapAware(bool gapAware)If gap_aware is false (the default), output buffers will have the [gst.types.BufferFlags.Gap] flag unset.
If set to true, the element must handle output buffers with this flag set correctly, i.e. it can assume that the buffer contains neutral data but must unset the flag if the output is no neutral data.
MT safe.
Parameters
gapAware | New state |