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 703508 - GLES2/EGL/X11 backend not working
GLES2/EGL/X11 backend not working
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-03 07:22 UTC by Sebastian Dröge (slomo)
Modified: 2013-07-03 08:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glimagesink: fix for gles2 (883 bytes, patch)
2013-07-03 08:14 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Sebastian Dröge (slomo) 2013-07-03 07:22:04 UTC
With latest GIT the GLES2/EGL/X11 backend does not work, maybe the GLES2 backend in general is broken. Desktop OpenGL works fine.

$ gst-launch-1.0 videotestsrc ! gleffects effect=squeeze ! glimagesink
Setting pipeline to PAUSED ...
libEGL warning: failed to create a pipe screen for i965
Pipeline is PREROLLING ...

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_new: assertion `GST_IS_GL_DISPLAY (display)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_set_vertex_source: assertion `GST_GL_IS_SHADER (shader)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_set_fragment_source: assertion `GST_GL_IS_SHADER (shader)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_compile: assertion `GST_GL_IS_SHADER (shader)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_get_attribute_location: assertion `shader != NULL' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_get_attribute_location: assertion `shader != NULL' failed
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_use: assertion `GST_GL_IS_SHADER (shader)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_set_uniform_1i: assertion `shader != NULL' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_new: assertion `GST_IS_GL_DISPLAY (display)' failed

** (gst-launch-1.0:24752): CRITICAL **: gst_gl_shader_set_vertex_source: assertion `GST_GL_IS_SHADER (shader)' failed
Comment 1 Matthew Waters (ystreet00) 2013-07-03 08:14:12 UTC
Created attachment 248283 [details] [review]
glimagesink: fix for gles2
Comment 2 Sebastian Dröge (slomo) 2013-07-03 08:29:43 UTC
commit a7ff777f987fcf073fe828fd563293d8ff62536c
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Wed Jul 3 14:13:56 2013 +1000

    glimagesink: fix for gles2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703508