From 1e4f67472e124a92bfc8aa57283f62eb65a1ef5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 25 Jan 2016 16:22:17 +0000 Subject: [PATCH] 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). --- tests/check/elements/libvisual.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/elements/libvisual.c b/tests/check/elements/libvisual.c index 783a428..5dbee68 100644 --- a/tests/check/elements/libvisual.c +++ b/tests/check/elements/libvisual.c @@ -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); -- 2.7.4