mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
glwindow: wayland: Remove redundant create_surfaces call
The surfaces will be created in _roundtrip_async, so no need to call this early. This should cause no functional difference. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1230>
This commit is contained in:
parent
5bfb78aa28
commit
e97fda46dc
1 changed files with 0 additions and 4 deletions
|
@ -640,10 +640,6 @@ _roundtrip_async (GstGLWindow * window)
|
|||
static void
|
||||
gst_gl_window_wayland_egl_show (GstGLWindow * window)
|
||||
{
|
||||
GstGLWindowWaylandEGL *window_egl = GST_GL_WINDOW_WAYLAND_EGL (window);
|
||||
|
||||
create_surfaces (window_egl);
|
||||
|
||||
gst_gl_window_send_message (window, (GstGLWindowCB) _roundtrip_async, window);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue