baseparse: Make sure to not create an invalid event order when generating the default...
authorSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jul 2016 08:00:38 +0000 (10:00 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jul 2016 08:35:41 +0000 (10:35 +0200)
commit8e8b8a8d3490f9b9e7644457154552ea73d56f29
treebe6b8a49fbb050132cdb52e3175bfa23a49c7d2c
parent17f9ac565753f439bc43fe4c65623decc7330eba
baseparse: Make sure to not create an invalid event order when generating the default CAPS event because of a GAP event

There must be a SEGMENT event before the GAP event, and SEGMENT events must
come after any CAPS event. We however did not produce any CAPS yet, so we need
to ensure to insert the CAPS event before the SEGMENT event into the pending
events list.

https://bugzilla.gnome.org/show_bug.cgi?id=766970
libs/gst/base/gstbaseparse.c