[900/906] tests/gstglcontext: reduce the number of frames displayed
Was causing timeouts on intel hardware due to vsync handling.
This commit is contained in:
parent
25a5dabda9
commit
18ebef308c
@ -324,7 +324,7 @@ GST_START_TEST (test_wrapped_context)
|
|||||||
|
|
||||||
gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (init), 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),
|
gst_gl_window_send_message (other_window, GST_GL_WINDOW_CB (draw_tex),
|
||||||
context);
|
context);
|
||||||
gst_gl_window_send_message (window, GST_GL_WINDOW_CB (draw_render),
|
gst_gl_window_send_message (window, GST_GL_WINDOW_CB (draw_render),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user