eglglessink: Fix width/height swap in last commit
This commit is contained in:
parent
673d262fe7
commit
7a08bb8429
@ -1955,7 +1955,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
|
|||||||
glViewport (eglglessink->render_region.x,
|
glViewport (eglglessink->render_region.x,
|
||||||
eglglessink->eglglesctx.surface_height -
|
eglglessink->eglglesctx.surface_height -
|
||||||
eglglessink->render_region.y -
|
eglglessink->render_region.y -
|
||||||
eglglessink->render_region.w,
|
eglglessink->render_region.h,
|
||||||
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 */
|
/* Clear the surface once if its content is preserved */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user