videoscale: And only expect a single buffer in the unit test

This commit is contained in:
Sebastian Dröge 2010-06-14 16:07:21 +02:00
parent b62f435fd0
commit 39c39ff5ab

View file

@ -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);