mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
eglglessink: Fix width/height swap in last commit
This commit is contained in:
parent
673d262fe7
commit
7a08bb8429
1 changed files with 1 additions and 1 deletions
|
@ -1955,7 +1955,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
|
|||
glViewport (eglglessink->render_region.x,
|
||||
eglglessink->eglglesctx.surface_height -
|
||||
eglglessink->render_region.y -
|
||||
eglglessink->render_region.w,
|
||||
eglglessink->render_region.h,
|
||||
eglglessink->render_region.w, eglglessink->render_region.h);
|
||||
|
||||
/* Clear the surface once if its content is preserved */
|
||||
|
|
Loading…
Reference in a new issue