Skip to content

WIP: aggregator: Add a new API to allow selecting start time by subclass

Seungha Yang requested to merge seungha.yang/gstreamer:live-videorate into master

Subclass can have full control of output segment by this new gst_aggregator_set_start_time_selection_by_subclass() method. This API would be useful when a subclass has one static input pad and therefore subclass want to control output segment without baseclass' help. Just forwarding upstream segment without modification would be an example.

Merge request reports