Skip to content

audiorate: add max-fill-duration property

Introduce max-fill-duration property to audiorate. This property allow to indicate the largest gap (duration) audiorate should fill. If the gap is larger, no filling buffers will be inserted. Buffer flag GST_BUFFER_FLAG_DISCONT is set to mark dicontinuity. This change allow to reduce memory stress when large gap is present upstream. By default max-fill-duration is 0, which mean no max-fill-duration applies.

Merge request reports