Skip to content

livesync: remove stop from incoming segments

Guillaume Desmottes requested to merge gdesmott/gst-plugins-rs:452-livesync into main

livesync does not handle segment stop and those may cause output timestamps to be reset, so let's just remove them for now.

If we ever find an use case, we could consider stopping buffers when reaching the stop and sending SEGMENT_DONE.

Fix #452 (closed)

Closes #452 (closed)

Merge request reports