Skip to content

gst-play: Don't force accurate seeking

Edward Hervey requested to merge bilboed/gstreamer:gst-play-no-accurate into main

This crept in several years ago sadly :(

The usage of accurate seeking should be reserved to use-cases where it is essential that we seek to that position. This should not be the default and we should let the seek handlers determine the most efficient seeking method (which will most likely default to previous keyframe).

Merge request reports