GNOME Bugzilla – Bug 699966
tests: Some unit test in good sends SEGMENT before caps
Last modified: 2013-05-09 07:08:53 UTC
After the additions of a warning for mis-ordered sticky event, audiowsinclimit test won't pass. In this case it seems that the test is broken (patch coming).
Created attachment 243640 [details] [review] [PATCH] audiowsinclimit: Test should send segment after CAPS This makes the unit test pass again. https://bugzilla.gnome.org/show_bug.cgi?id=699966 --- tests/check/elements/audiowsinclimit.c | 80 +++++++++++++++++----------------- 1 file changed, 40 insertions(+), 40 deletions(-)
More patches coming
Created attachment 243641 [details] [review] [PATCH] audiowsincband: Test should send segment after CAPS This makes the unit test pass again. https://bugzilla.gnome.org/show_bug.cgi?id=699966 --- tests/check/elements/audiowsincband.c | 104 +++++++++++++++++----------------- 1 file changed, 52 insertions(+), 52 deletions(-)
I'm done for audiofx
Created attachment 243644 [details] [review] [PATCH] avimux: Unit test sends SEGMENT before caps https://bugzilla.gnome.org/show_bug.cgi?id=699966 --- tests/check/elements/avimux.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
Created attachment 243646 [details] [review] [PATCH] videofilter: Unit test send CAPS before segment https://bugzilla.gnome.org/show_bug.cgi?id=699966 --- tests/check/elements/videofilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Created attachment 243647 [details] [review] [PATCH] videofilter: Unit test send SEGMENT before CAPS https://bugzilla.gnome.org/show_bug.cgi?id=699966 --- tests/check/elements/videofilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
commit 8a9a3039fc2d19a7e36deae091b855eff63d9eb6 Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> Date: Wed May 8 19:54:19 2013 -0400 videofilter: Unit test send SEGMENT before CAPS https://bugzilla.gnome.org/show_bug.cgi?id=699966 commit 43f9934ba51e38e1655b45ced60d2746c9ad6732 Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> Date: Wed May 8 19:22:31 2013 -0400 avimux: Unit test sends SEGMENT before caps https://bugzilla.gnome.org/show_bug.cgi?id=699966 commit 9bd526ef4a15b65b2ca685a4fafc7eee4956510f Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> Date: Wed May 8 19:08:24 2013 -0400 audiowsincband: Test should send segment after CAPS This makes the unit test pass again. https://bugzilla.gnome.org/show_bug.cgi?id=699966 commit 22d64ea3be9369cbf31d57ba0bda1984c23c0fbb Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> Date: Wed May 8 19:00:28 2013 -0400 audiowsinclimit: Test should send segment after CAPS This makes the unit test pass again. https://bugzilla.gnome.org/show_bug.cgi?id=699966