gl: Reduce noisy Info level output to LOG

This commit is contained in:
Jan Schmidt 2014-04-23 20:29:47 +10:00 committed by Tim-Philipp Müller
parent 84459c386b
commit cf018389e1

View file

@ -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;
}