mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
eglglessink: Fix copy&paste mistake
This commit is contained in:
parent
be5486231b
commit
fa6cddcf45
1 changed files with 1 additions and 1 deletions
|
@ -2220,7 +2220,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
|
|||
eglglessink->crop.x = 0;
|
||||
eglglessink->crop.y = 0;
|
||||
eglglessink->crop.w = eglglessink->configured_info.width;
|
||||
eglglessink->crop.h = eglglessink->configured_info.width;
|
||||
eglglessink->crop.h = eglglessink->configured_info.height;
|
||||
}
|
||||
|
||||
if (!eglglessink->force_aspect_ratio) {
|
||||
|
|
Loading…
Reference in a new issue