[Bug 728940] gst-omx: port testegl example to new libgstgl

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 11 17:41:24 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=728940

minfrin at sharp.fm changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |minfrin at sharp.fm

--- Comment #16 from minfrin at sharp.fm ---
This patch seems to have caused a regression on the Raspberry Pi:

Making all in examples
make[2]: Entering directory '/home/pi/packages/gstreamer-1.5/gst-omx/examples'
Making all in egl
make[3]: Entering directory
'/home/pi/packages/gstreamer-1.5/gst-omx/examples/egl'
  CC       testegl-testegl.o
testegl.c: In function 'init_textures':
testegl.c:734:37: error: 'GL_RGBA8' undeclared (first use in this function)
     glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA8, meta->width, meta->height, 0,
                                     ^
testegl.c:734:37: note: each undeclared identifier is reported only once for
each function it appears in
testegl.c: In function 'query_cb':
testegl.c:1081:14: error: too few arguments to function
'gst_gl_handle_context_query'
       return gst_gl_handle_context_query (state->pipeline, query,
              ^
In file included from /usr/local/include/gstreamer-1.0/gst/gl/gl.h:36:0,
                 from testegl.c:61:
/usr/local/include/gstreamer-1.0/gst/gl/gstglutils.h:102:10: note: declared
here
 gboolean gst_gl_handle_context_query (GstElement * element, GstQuery * query, 
          ^
Makefile:509: recipe for target 'testegl-testegl.o' failed
make[3]: *** [testegl-testegl.o] Error 1
make[3]: Leaving directory
'/home/pi/packages/gstreamer-1.5/gst-omx/examples/egl'
Makefile:463: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pi/packages/gstreamer-1.5/gst-omx/examples'
Makefile:513: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/packages/gstreamer-1.5/gst-omx'
Makefile:444: recipe for target 'all' failed
make: *** [all] Error 2

Looks like another report of breakage here:

http://lists.freedesktop.org/archives/gstreamer-devel/2015-September/054479.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list