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
2fbdbcc289
commit
b42ccb0556
@ -212,8 +212,7 @@ gst_gl_display_new (void)
|
|||||||
display = GST_GL_DISPLAY (gst_gl_display_egl_new ());
|
display = GST_GL_DISPLAY (gst_gl_display_egl_new ());
|
||||||
#endif
|
#endif
|
||||||
if (!display) {
|
if (!display) {
|
||||||
/* subclass returned a NULL window */
|
GST_INFO ("Could not create platform/winsys display. user specified %s "
|
||||||
GST_WARNING ("Could not create display. user specified %s "
|
|
||||||
"(platform: %s), creating dummy",
|
"(platform: %s), creating dummy",
|
||||||
GST_STR_NULL (user_choice), GST_STR_NULL (platform_choice));
|
GST_STR_NULL (user_choice), GST_STR_NULL (platform_choice));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user