mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gl/dispmanx: Fix set_render_rectangle typo
https://bugzilla.gnome.org/show_bug.cgi?id=772698
This commit is contained in:
parent
126ee924c0
commit
7a41cbd599
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ gst_gl_window_dispmanx_egl_set_render_rectangle (GstGLWindow * window,
|
||||||
{
|
{
|
||||||
GstGLWindowDispmanxEGL *window_egl = GST_GL_WINDOW_DISPMANX_EGL (window);
|
GstGLWindowDispmanxEGL *window_egl = GST_GL_WINDOW_DISPMANX_EGL (window);
|
||||||
window_egl->render_rect.x = x;
|
window_egl->render_rect.x = x;
|
||||||
window_egl->render_rect.y = x;
|
window_egl->render_rect.y = y;
|
||||||
window_egl->render_rect.w = width;
|
window_egl->render_rect.w = width;
|
||||||
window_egl->render_rect.h = height;
|
window_egl->render_rect.h = height;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue