summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-03-12 23:44:28 +1100
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:37:07 +0100
commit18ebef308c827eb7f4886df00d5dc31eab7752cc (patch)
treef3692a098fa1a3267cd1c2e7e8407a21f0ae91b8 /tests
parent25a5dabda913c8154dd8377c143c45064e97960a (diff)
downloadgstreamer-plugins-bad-18ebef308c827eb7f4886df00d5dc31eab7752cc.tar.gz
[900/906] tests/gstglcontext: reduce the number of frames displayed
Was causing timeouts on intel hardware due to vsync handling.
Diffstat (limited to 'tests')
-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 3425e033d..ce106535c 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),