GNOME Bugzilla – Bug 754285
compositor: add unit test for ensuring that sinkpads are sorted by zorder
Last modified: 2015-09-26 09:36:04 UTC
The GST_ELEMENT(videaggregator)->sinkpads GList is supposed to always be sorted by zorder. A bunch of code in compositor relies on this (see f.ex bug 754229), but there's no test for it, and it's possible for someone to change/break this implied assumption by mistake. The attached patch adds a test for this to compositor.
Created attachment 310257 [details] [review] check: Add test for videoaggregator sinkpads being sorted by zorder
commit 7baa2736d9d5789aee76c86a819bc4e0994a881f Author: Nirbheek Chauhan <nirbheek@centricular.com> Date: Sat Aug 29 19:16:38 2015 +0530 check: Add test for videoaggregator sinkpads being sorted by zorder https://bugzilla.gnome.org/show_bug.cgi?id=754285