Skip to content

Instant rate change improvement

Jan Schmidt requested to merge thaytan/gstreamer:instant-rate-change into master

These 2 patches help ensure that pipelines which don't support instant-rate changes return FALSE for an instant-rate seek, so that the application can detect it.

It turns out that there are a few places in GStreamer that don't check the return result of gst_segment_do_seek(), so this doesn't fix all potential problems unfortunately - but needs doing before fixing those other places.

Merge request reports