testegl.c:734:37: error: ‘GL_RGBA8’ undeclared (first use in this function)

Peter Maersk-Moller pmaersk at gmail.com
Wed Mar 23 14:09:10 UTC 2016


Hi

Compiling gst-omx-1.2.0 on an updated raspian platform together with
GStreamer 1.7.91, I get an error 'GL_RGBA8’ undeclared'. See error message
further down.

Is this to be expected? Is there a way to fix this?

Compile settings:
LDFLAGS='-L/opt/vc/lib' CPPFLAGS='-I/opt/vc/include -I/opt/vc/include/IL
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux' ./autogen.sh --disable-gtk-doc
--with-omx-target=rpi --with-omx-header-path=/opt/vc/include/IL

make

Error:
make[3]: Entering directory
'/home/pi/Projects/GStreamer/gst-omx-1.2.0/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)
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:1082:11: error: too few arguments to function
‘gst_gl_handle_context_query’
In file included from /usr/local/include/gstreamer-1.0/gst/gl/gl.h:37:0,
                 from testegl.c:61:
/usr/local/include/gstreamer-1.0/gst/gl/gstglutils.h:102:10: note: declared
here
Makefile:509: recipe for target 'testegl-testegl.o' failed
make[3]: *** [testegl-testegl.o] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160323/bca26c19/attachment.html>


More information about the gstreamer-devel mailing list