tsdemux: handle seeks with no target (ie, keep current position)
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 20 Aug 2014 12:46:12 +0000 (13:46 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 9 Apr 2015 14:44:20 +0000 (15:44 +0100)
commit338bfe5e35956937db461f80f589cd483b063f22
tree909d5a9e462361d7f35893f5fd4133b567c392f4
parent68f57d20b93a31740ca4047731682d08269c06ac
tsdemux: handle seeks with no target (ie, keep current position)

Such seeks are used to change playback rate and we do not want
to alter the position in that case, so we bypass the flush/seek
logic, and set things up so a new segment is scheduled to be
regenerated.

https://bugzilla.gnome.org/show_bug.cgi?id=735100
gst/mpegtsdemux/mpegtsbase.c
gst/mpegtsdemux/tsdemux.c