gl/dispmanx: fix rendering with recent resize state tracking
557ca6fda5f831be4aba5819bf7b30b296e575cd didn't change to the necessary gst_gl_window_resize() call for the dispmanx backend.
This commit is contained in:
parent
7f20eedcae
commit
6de7db9a4e
@ -236,8 +236,7 @@ window_resize (GstGLWindowDispmanxEGL * window_egl, guint width, guint height,
|
||||
|
||||
vc_dispmanx_update_submit_sync (dispman_update);
|
||||
|
||||
if (window->resize)
|
||||
window->resize (window->resize_data, width, height);
|
||||
gst_gl_window_resize (window, width, height);
|
||||
}
|
||||
|
||||
window_egl->native.width = width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user