oggdemux: do not propagate discontinuities in sparse streams
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Sat, 13 Aug 2011 13:14:19 +0000 (14:14 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Sep 2011 22:20:01 +0000 (23:20 +0100)
commit6704b37fc3c1039ab771223ef0d45c2345268ad8
treeb443daa9fed1ed9688d0bf7c2d4149488539aeab
parent8f8ad316ce303e39689beeb23f335d3b5c359283
oggdemux: do not propagate discontinuities in sparse streams

The first packet of a sparse stream may arrive after an initial
delay in the stream. If ogg_stream_packetout reports a discontinuity
in a sparse stream, do not propagate it to other streams in the
chain unnecessarily.

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