mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
videoscale: And only expect a single buffer in the unit test
This commit is contained in:
parent
b62f435fd0
commit
39c39ff5ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue