mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
eglglessink: Don't access local value from struct
This commit is contained in:
parent
2ab9de8e4f
commit
c255aa5dd4
1 changed files with 1 additions and 3 deletions
|
@ -1432,9 +1432,7 @@ gst_eglglessink_update_surface_dimensions (GstEglGlesSink * eglglessink)
|
|||
height != eglglessink->eglglesctx->surface_height) {
|
||||
eglglessink->eglglesctx->surface_width = width;
|
||||
eglglessink->eglglesctx->surface_height = height;
|
||||
GST_INFO_OBJECT (eglglessink, "Got surface of %dx%d pixels",
|
||||
eglglessink->eglglesctx->surface_width,
|
||||
eglglessink->eglglesctx->surface_height);
|
||||
GST_INFO_OBJECT (eglglessink, "Got surface of %dx%d pixels", width, height);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue