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 792569 - gl/egldisplay: need check display before call eglGetDisplay
gl/egldisplay: need check display before call eglGetDisplay
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.12.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-16 10:43 UTC by Haihua Hu
Modified: 2018-01-18 08:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gl/egldisplay: need check display before call eglGetDisplay (860 bytes, patch)
2018-01-16 10:43 UTC, Haihua Hu
rejected Details | Review

Description Haihua Hu 2018-01-16 10:43:20 UTC
gl/egldisplay: need check display before call eglGetDisplay
Comment 1 Haihua Hu 2018-01-16 10:43:47 UTC
Created attachment 366879 [details] [review]
gl/egldisplay: need check display before call eglGetDisplay
Comment 2 Matthew Waters (ystreet00) 2018-01-16 11:09:46 UTC
Review of attachment 366879 [details] [review]:

eglGetDisplay(0) (0 is the value of EGL_DEFAULT_DISPLAY) is valid call according to https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglGetDisplay.xhtml

Why do you need this?

This will break android.
Comment 3 Matthew Waters (ystreet00) 2018-01-16 11:09:50 UTC
Review of attachment 366879 [details] [review]:

eglGetDisplay(0) (0 is the value of EGL_DEFAULT_DISPLAY) is valid call according to https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglGetDisplay.xhtml

Why do you need this?

This will break android.
Comment 4 Matthew Waters (ystreet00) 2018-01-16 11:09:58 UTC
Review of attachment 366879 [details] [review]:

eglGetDisplay(0) (0 is the value of EGL_DEFAULT_DISPLAY) is valid call according to https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglGetDisplay.xhtml

Why do you need this?

This will break android.
Comment 5 Haihua Hu 2018-01-18 08:18:12 UTC
Vendor's driver issue. Not glimagesink issue