mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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
This commit is contained in:
parent
8ebea54758
commit
7e7aef92c2
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue