mpegtsdemux: fix re-syncing on invalid data after seek
authorKarol Sobczak <napewnotrafi@gmail.com>
Mon, 10 Jan 2011 11:18:52 +0000 (11:18 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 11:18:52 +0000 (11:18 +0000)
commit0b4dfa685d313f698c3b6b05d5f6894c20bfbc38
tree55d16dc56e039265d703076e03c27092066597cc
parentb9af27719dcfd604480e07a1f8392cc4429328a9
mpegtsdemux: fix re-syncing on invalid data after seek

Or possibly even at startup. If we couldn't find a sync within
the first few bytes, we'd just push more data into the adapter
but never discard any of the invalid data at the beginning, so
would never be able to re-sync.

https://bugzilla.gnome.org/show_bug.cgi?id=639063
gst/mpegdemux/mpegtspacketizer.c