asfdemux: fix seeking back after EOS has been reached in push mode
authorVootele Vesterblom <vov@bang-olufsen.dk>
Tue, 12 May 2015 08:08:55 +0000 (11:08 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 27 May 2016 16:18:32 +0000 (17:18 +0100)
commit6ff1c761e4de7fcbf96d21c0769766cf877f3146
tree3aadb9f70e6013e35ce142b9ab2c314dbd2402a2
parentf52343fcf85d3d700e78210ff6ee07de1ea42da1
asfdemux: fix seeking back after EOS has been reached in push mode

Fix seeking when demuxer is in INDEX state. This happens when we
reached the end of the stream. It should still be possible to do
a flushing seek and seek back to any other position though. Instead
the demuxer would just go straight to EOS again instead of going
back to processing packets again from the new position.

https://bugzilla.gnome.org/show_bug.cgi?id=749066
gst/asfdemux/gstasfdemux.c