summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-14 16:07:21 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-14 16:07:21 +0200
commit39c39ff5ab43f4faacca4bea38163feddf8aa83c (patch)
tree1413ad767ceef053717d5477f29ace7bfce12539
parentb62f435fd0b290517b4cf1099e924822396893e1 (diff)
videoscale: And only expect a single buffer in the unit test
-rw-r--r--tests/check/elements/videoscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/videoscale.c b/tests/check/elements/videoscale.c
index 31c4a9baa..1b459ff9c 100644
--- a/tests/check/elements/videoscale.c
+++ b/tests/check/elements/videoscale.c
@@ -176,7 +176,7 @@ run_test (const GstCaps * caps, gint src_width, gint src_height,
GST_STATE_NULL) == GST_STATE_CHANGE_SUCCESS);
fail_unless (omud.eos == TRUE);
- fail_unless (n_buffers == 5);
+ fail_unless (n_buffers == 1);
gst_object_unref (pipeline);
g_main_loop_unref (loop);