From 7e7aef92c2f26e395ac2907ff2d98995fb234904 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 15 May 2016 13:14:41 +0300 Subject: [PATCH] gldisplay: demote no platform display debug to info Avoids confusing everyone with a warning that's not always fatal. https://bugzilla.gnome.org/show_bug.cgi?id=746933 --- gst-libs/gst/gl/gstgldisplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 00cb3877ca..8f57e70fd8 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -212,8 +212,7 @@ gst_gl_display_new (void) display = GST_GL_DISPLAY (gst_gl_display_egl_new ()); #endif if (!display) { - /* subclass returned a NULL window */ - GST_WARNING ("Could not create display. user specified %s " + GST_INFO ("Could not create platform/winsys display. user specified %s " "(platform: %s), creating dummy", GST_STR_NULL (user_choice), GST_STR_NULL (platform_choice));