After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746933 - gldisplay: EAGL "Could not create display"
gldisplay: EAGL "Could not create display"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-28 11:36 UTC by Ilya Konstantinov
Modified: 2016-05-15 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ilya Konstantinov 2015-03-28 11:36:33 UTC
On EAGL (iOS), we always have this warning:

gst_gl_display_new: Could not create display. user specified (NULL) (platform: (NULL)), creating dummy

It appears always in the normal course of operation, and therefore doesn't serve to warn the unsuspecting user against anything.

Can it be removed?
Comment 1 Sebastian Dröge (slomo) 2015-03-28 21:52:25 UTC
Yes, it probably should. Same on Windows and Android IIRC
Comment 2 Matthew Waters (ystreet00) 2016-05-15 10:19:40 UTC
commit b42ccb0556164a1d1e6f979aee633a3ef289e4fd
Author: Matthew Waters <matthew@centricular.com>
Date:   Sun May 15 13:14:41 2016 +0300

    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