mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
[760/906] x11: Always use the same display connection from the GL thread
The other display connection might be used by async calls from elsewhere at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=704247
This commit is contained in:
parent
bb4414ac7f
commit
9810469db0
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ gst_gl_window_x11_draw_unlocked (GstGLWindow * window, guint width,
|
||||||
|
|
||||||
XSendEvent (window_x11->device, window_x11->internal_win_id, FALSE,
|
XSendEvent (window_x11->device, window_x11->internal_win_id, FALSE,
|
||||||
ExposureMask, &event);
|
ExposureMask, &event);
|
||||||
XSync (window_x11->disp_send, FALSE);
|
XSync (window_x11->device, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue