mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +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) {
|
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);
|
"Will use default: %d/%d", EGL_DISPLAY_SCALING, EGL_DISPLAY_SCALING);
|
||||||
eglglessink->eglglesctx->pixel_aspect_ratio = EGL_DISPLAY_SCALING;
|
eglglessink->eglglesctx->pixel_aspect_ratio = EGL_DISPLAY_SCALING;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue