Skip to content

tests: Stop recording segment position in seek_with_stop

There are two valid timing in GstAggregator where the segment event is pushed before GstAggregator sets its srcpad->segment.position in gst_aggregator_pad_chain_internal. Segment.position is basically a helper field for internal elements use so we should not require a specific value here as we are not checking a particular element behavior.

Fixes #106 (closed)

Merge request reports