summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-03-12 23:44:28 +1100
committerMatthew Waters <ystreet00@gmail.com>2014-03-12 23:44:28 +1100
commit3cce5e43310ec78116f9eb367f4f0c9a5c7b7968 (patch)
treeb19671cb352c51f9444bccf90b68254f9ec63a66
parentb2c97c704b439676cae94185f843edd18c5c6338 (diff)
tests/gstglcontext: reduce the number of frames displayed
Was causing timeouts on intel hardware due to vsync handling.
-rw-r--r--tests/check/libs/gstglcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglcontext.c b/tests/check/libs/gstglcontext.c
index 3425e03..ce10653 100644
--- a/tests/check/libs/gstglcontext.c
+++ b/tests/check/libs/gstglcontext.c
@@ -324,7 +324,7 @@ GST_START_TEST (test_wrapped_context)
gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (init), context);
- while (i < 1000) {
+ while (i < 10) {
gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (draw_tex),
context);
gst_gl_window_send_message (window, GST_GL_WINDOW_CB (draw_render),