mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
glwindow_x11: allow expose events to redraw our window
otherwise we will not update the window contents on low framerate streams until the next buffer https://bugzilla.gnome.org/show_bug.cgi?id=723529
This commit is contained in:
parent
5eb4934750
commit
1f90323a4d
1 changed files with 0 additions and 6 deletions
|
@ -544,12 +544,6 @@ gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11)
|
|||
break;
|
||||
}
|
||||
|
||||
/* just ignore request that does not come from us
|
||||
* they are un-necessary and it overloads the drawer
|
||||
*/
|
||||
if (!event.xexpose.send_event)
|
||||
break;
|
||||
|
||||
/* We need to redraw on expose */
|
||||
if (window->draw) {
|
||||
context = gst_gl_window_get_context (window);
|
||||
|
|
Loading…
Reference in a new issue