mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl: Reduce noisy Info level output to LOG
This commit is contained in:
parent
84459c386b
commit
cf018389e1
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ static gboolean
|
|||
gst_gl_display_found (GstElement * element, GstGLDisplay * display)
|
||||
{
|
||||
if (display) {
|
||||
GST_INFO_OBJECT (element, "already have a display (%p)", display);
|
||||
GST_LOG_OBJECT (element, "already have a display (%p)", display);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue