gl: Reduce noisy Info level output to LOG

This commit is contained in:
Jan Schmidt 2014-04-23 20:29:47 +10:00
parent 8ddb19e595
commit 4296dc12f7

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