From a14a40727131a384f26acb8ab7d3e88c85ee28a0 Mon Sep 17 00:00:00 2001 From: "Andre Moreira Magalhaes (andrunko)" Date: Fri, 15 Jun 2012 10:49:46 -0300 Subject: insanity-test-gst-play: Always validate all-buffers-received if not using appsink. --- tests/insanity-test-gst-play.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/insanity-test-gst-play.c b/tests/insanity-test-gst-play.c index 8d059bb..cf79ef0 100644 --- a/tests/insanity-test-gst-play.c +++ b/tests/insanity-test-gst-play.c @@ -197,6 +197,9 @@ play_test_stop (InsanityTest * test) } gst_object_unref (audiosink); gst_object_unref (videosink); + } else { + insanity_test_validate_checklist_item (test, "all-buffers-received", + TRUE, "All sinks received all their buffers"); } return TRUE; } -- cgit v1.2.3