summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-15 10:49:46 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-15 10:49:46 -0300
commita14a40727131a384f26acb8ab7d3e88c85ee28a0 (patch)
tree739099a0a18848afe64c02e32e13fc55e7ac2ad7
parent6ea08458b441fb3645617da334e94619e207dcdd (diff)
insanity-test-gst-play: Always validate all-buffers-received if not using appsink.
-rw-r--r--tests/insanity-test-gst-play.c3
1 files changed, 3 insertions, 0 deletions
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;
}