basesink: Don't swap rstart/rstop when stepping
authorSeungha Yang <seungha@centricular.com>
Wed, 7 Jul 2021 11:11:13 +0000 (20:11 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 20 Jul 2021 12:14:32 +0000 (21:14 +0900)
commitb1b5b2d4cd5f95696dafdaee60606b4d02a125a6
treec83b62d1a5367c89cdfda81093f242e303297be0
parentab6faaeeb40bc63a175c91645d9920cbcb53547b
basesink: Don't swap rstart/rstop when stepping

Step handling is implemented based on unmodified start/stop
segment running time, and basesink takes rate into account for
stepping. This commit is partially undoing new behavior introduced by
the commit of 39b9cc554c960fec8d41f8394c41390883cadeed when stepping.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/848>
libs/gst/base/gstbasesink.c