Skip to content

aggregator: Add set_segment to AggregatorPadExtManual

Jimmi Christensen requested to merge Hejsil/gstreamer-rs:master into master

There is no safe way to implement an aggregator in rust that advances the segment position, without calling update_segment (which also sends a segment event) on the aggregator itself.

Merge request reports