Skip to content

rtsp-media: Improve skipping trickmode seek.

We can also skip the seek if the end range is already correct.

By skipping the secondary pre-roll on start, we maintain the segment event and avoid the race causing the following error:

gst_rtsp_media_get_rates: assertion failed: (FALSE)

Merge request reports