projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ed5dd
)
[900/906] tests/gstglcontext: reduce the number of frames displayed
author
Matthew Waters
<ystreet00@gmail.com>
Wed, 12 Mar 2014 12:44:28 +0000
(23:44 +1100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:34 +0000
(19:31 +0000)
Was causing timeouts on intel hardware due to vsync handling.
tests/check/libs/gstglcontext.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/gstglcontext.c
b/tests/check/libs/gstglcontext.c
index 3425e033d7c7c8951e5e38e0c04893947b1f8f02..ce106535c630664346afc440cecc83c2ca3a3576 100644
(file)
--- 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 < 10
00
) {
+ 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),