pad: Detect, fix and warn when sticky events are in wrong order
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Wed, 8 May 2013 01:53:37 +0000 (21:53 -0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 May 2013 11:48:59 +0000 (13:48 +0200)
commita68e33712eeb9104a418a0882725ac2290f29a51
treeb669ea38989b5065c71dd9ef5ede8db0c608e190
parent913b1e6f20dd50c2bac2a85ea44f63a30ae24c33
pad: Detect, fix and warn when sticky events are in wrong order

We can prevent buggy element from causing other elements to fail or crash
by sorting sticky event at insertion. In this case, we also warn as this
is not supposed to happen.

See: https://bugzilla.gnome.org/show_bug.cgi?id=688188
gst/gstpad.c