diff options
Diffstat (limited to 'tests/check/libs/gstglcontext.c')
| -rw-r--r-- | tests/check/libs/gstglcontext.c | 2 |
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), |
