oggdemux: assume live stream if byte size cannot be determined
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 16 Dec 2011 15:27:24 +0000 (15:27 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 16 Dec 2011 15:29:21 +0000 (15:29 +0000)
commit229377fb6bee4f6dafa4f120eb2ca9a65e8110e3
tree9abe3c32515bd75314d9708c6d55b63f0bac2403
parentd798cc1b8d5a83d85d69ec1ce62a02ffd5415236
oggdemux: assume live stream if byte size cannot be determined

This prevents trying to seek and failing, then ending up unable
to stream because we can't get back at the headers.
A more robust way would be to find a good place to reinject the
headers when a seek fails, but I can't seem to get this to work.
ext/ogg/gstoggdemux.c