Skip to content

gstplay: check whether stream is seekable before seeking when state change

Qi Hou requested to merge hq/gstreamer:gstplay into main

If state is changing from playing to paused, and rate is reset to 1 which causes seek position is valid, current code will do seek for streams that are not seekable. So need to check whether stream is seekable before seeking.

Merge request reports