Skip to content

WIP: aggregator: Add a new start-time-selection mode "now"

Seungha Yang requested to merge seungha.yang/gstreamer:agg-start-now into master

In case of this GST_AGGREGATOR_START_TIME_SELECTION_NOW mode, aggregator will select the start time based on pipeline's running time when the first buffer is arrived. This mode would be useful for live streaming but should be carefully used as late initial buffers could be dropped by segment clipping.

Edited by Sebastian Dröge

Merge request reports