gl: Reduce noisy Info level output to LOG
This commit is contained in:
parent
84459c386b
commit
cf018389e1
@ -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…
x
Reference in New Issue
Block a user