<div dir="ltr"><div><div>Hi<br><br></div>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.<br><br></div>Is this to be expected? Is there a way to fix this?<br><br>Compile settings:<br><div style="margin-left:40px">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<br><br></div><div style="margin-left:40px">make<br></div><div><div><div><br>Error:<br><div style="margin-left:40px">make[3]: Entering directory '/home/pi/Projects/GStreamer/gst-omx-1.2.0/examples/egl'<br>  CC       testegl-testegl.o<br>testegl.c: In function ‘init_textures’:<br>testegl.c:734:37: error: ‘GL_RGBA8’ undeclared (first use in this function)<br>testegl.c:734:37: note: each undeclared identifier is reported only once for each function it appears in<br>testegl.c: In function ‘query_cb’:<br>testegl.c:1082:11: error: too few arguments to function ‘gst_gl_handle_context_query’<br>In file included from /usr/local/include/gstreamer-1.0/gst/gl/gl.h:37:0,<br>                 from testegl.c:61:<br>/usr/local/include/gstreamer-1.0/gst/gl/gstglutils.h:102:10: note: declared here<br>Makefile:509: recipe for target 'testegl-testegl.o' failed<br>make[3]: *** [testegl-testegl.o] Error 1<br></div><br></div></div></div></div>