mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
gl/dispmanx: fix rendering with recent resize state tracking
557ca6fda5
didn't change to the
necessary gst_gl_window_resize() call for the dispmanx backend.
This commit is contained in:
parent
a2bdce8df3
commit
46e83f5d50
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ window_resize (GstGLWindowDispmanxEGL * window_egl, guint width, guint height,
|
||||||
|
|
||||||
vc_dispmanx_update_submit_sync (dispman_update);
|
vc_dispmanx_update_submit_sync (dispman_update);
|
||||||
|
|
||||||
if (window->resize)
|
gst_gl_window_resize (window, width, height);
|
||||||
window->resize (window->resize_data, width, height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window_egl->native.width = width;
|
window_egl->native.width = width;
|
||||||
|
|
Loading…
Reference in a new issue