tests: libvisual: make run faster

Reduce resolution, which shouldn't make any difference
to what's tested here. Makes test finish in less than
half the time it took before (8s vs. 21s).
This commit is contained in:
Tim-Philipp Müller 2016-01-25 16:22:17 +00:00
parent af091928f3
commit 1e4f67472e

View file

@ -43,8 +43,8 @@ test_shutdown_for_factory (const gchar * factory_name)
vis = gst_check_setup_element (factory_name);
cf = gst_check_setup_element ("capsfilter");
caps = gst_caps_new_simple ("video/x-raw", "width", G_TYPE_INT, 320,
"height", G_TYPE_INT, 240, "framerate", GST_TYPE_FRACTION, 15, 1, NULL);
caps = gst_caps_new_simple ("video/x-raw", "width", G_TYPE_INT, 64,
"height", G_TYPE_INT, 64, "framerate", GST_TYPE_FRACTION, 15, 1, NULL);
g_object_set (cf, "caps", caps, NULL);
gst_caps_unref (caps);