concat: Reset last_stop on FLUSH_STOP too
authorSebastian Dröge <sebastian@centricular.com>
Tue, 4 Jun 2019 14:55:30 +0000 (17:55 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 8 Aug 2019 12:12:19 +0000 (13:12 +0100)
commit80c5dacfb374bcef9b60b3fe48ac30e97fffc4d7
treef238d22e699ae5bfa15573f5b8a9f425da06fd6d
parent9d27e5d70d620565ff3554ca4629872136d181f6
concat: Reset last_stop on FLUSH_STOP too

Otherwise when seeking backwards we would keep the last_stop at the last
position we saw until playback passed the seek position again, and if
switching to the next pad happens in the meantime we would set the wrong
offset in the outgoing segment.
plugins/elements/gstconcat.c