The source project of this merge request has been removed.
player: fix switching back and forth between forward and reverse playback
Set stop type as GST_SEEK_TYPE_SET when generate seek event with rate>=0.0
Should fix bug similar to gstreamer#425 (closed) .
I tested not-patched version of gst-player (using https://cgit.freedesktop.org/gstreamer/gst-examples/tree/playback/player/gtk ) and I see that bug similar to gstreamer#425 (closed) is present. This patch should fix it, but I didn't test this
Edited by Tim-Philipp Müller