mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
eglglessink: And downgrade another warning too
This commit is contained in:
parent
7307ddd54b
commit
162f63e064
1 changed files with 1 additions and 1 deletions
|
@ -1404,7 +1404,7 @@ gst_eglglessink_update_surface_dimensions (GstEglGlesSink * eglglessink)
|
|||
}
|
||||
|
||||
if (eglglessink->eglglesctx->pixel_aspect_ratio == EGL_UNKNOWN) {
|
||||
GST_WARNING_OBJECT (eglglessink, "PAR value returned doesn't make sense. "
|
||||
GST_DEBUG_OBJECT (eglglessink, "PAR value returned doesn't make sense. "
|
||||
"Will use default: %d/%d", EGL_DISPLAY_SCALING, EGL_DISPLAY_SCALING);
|
||||
eglglessink->eglglesctx->pixel_aspect_ratio = EGL_DISPLAY_SCALING;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue