oggdemux: remove eos avoidance workaround
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 16 Jun 2016 09:01:50 +0000 (10:01 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 5 Aug 2016 05:50:35 +0000 (07:50 +0200)
commit273d35ce2045f49862d97202fef5cf00b8c0ff6c
treeb59231ca45ad81070a3c3b4f87a3c2770dcdda7d
parent7f7d667e0ff56585b38e5b39876196d690385013
oggdemux: remove eos avoidance workaround

This workaround tried to avoid an EOS event when seeking to the
end of an Ogg stream in order to find its duration. At some point,
an EOS event there would cause any queue2 upstream to pause and
not restart on a seek back to the beginning. This now appears to
not be the case anymore, and so the workaround can be removed.

https://bugzilla.gnome.org/show_bug.cgi?id=767689
ext/ogg/gstoggdemux.c