mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
2fbdbcc289
commit
b42ccb0556
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 ());
|
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…
Reference in a new issue