oggdemux: survive skeleton finding length behind our backs in push mode
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 18 Oct 2011 16:58:49 +0000 (17:58 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 7 Nov 2011 12:20:16 +0000 (12:20 +0000)
commit353153d07956a0fd44b63741a49a4ed035162f58
tree25aca769b96846359c16c2a9fd8076246ae98793
parente13ff2521cb3df681d38d8091ea48fbaea6a9e02
oggdemux: survive skeleton finding length behind our backs in push mode

In push mode, we determine duration by doing a seek to the end of the
stream. However, a skeleton stream with an index will cause the duration
to be known already, and we end up never setting the push_time_duration
variable which we use to know duration has been determined.

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