From 9fddb6c3cd4be6efaef33c7fd5e1cd7449e6ecd0 Mon Sep 17 00:00:00 2001 From: "B.Prathibha" Date: Sun, 27 Jan 2013 09:18:00 +0530 Subject: [PATCH] tests: use g_timeout_add_seconds in pipeline stress test https://bugzilla.gnome.org/show_bug.cgi?id=692612 --- tests/check/pipelines/stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/pipelines/stress.c b/tests/check/pipelines/stress.c index e3b68be..7c2d06e 100644 --- a/tests/check/pipelines/stress.c +++ b/tests/check/pipelines/stress.c @@ -66,7 +66,7 @@ GST_START_TEST (test_stress_preroll) gst_element_set_state (pipeline, GST_STATE_PLAYING); g_timeout_add (500, &change_state_timeout, pipeline); - g_timeout_add (10000, &quit_timeout, NULL); + g_timeout_add_seconds (10, &quit_timeout, NULL); while (!quit) { g_main_context_iteration (NULL, TRUE); -- 2.7.4