Skip to content

WIP: livevideorate, liveaudiorate: Add a new videorate and audiorate elements based on aggregator

New videorate implementation based on videoaggregator. Unlike existing videorate element, this new element will produce output frames even if there is no incoming buffers within a configured timeout value. The timeout value can be configured via "min-upstream-latency". Note that actual timeout value will be re-calculated by using upstream latency value.

Not only duplicating previous frame when input buffer is too late, users can select fill mode via "fill-mode" property whether output frame should be duplication of previous image or a new black image.

Edited by Seungha Yang

Merge request reports