gl: suppress some g-i warnings
authorTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 23:46:28 +0000 (23:46 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 24 Mar 2019 16:05:09 +0000 (16:05 +0000)
commit2f9db671cb7d47c633ed942964871c0531c5a87e
tree0d0b92ac0ed687a77b649731d1b004687f01e396
parentbb48e326ac480d1572a1e6e55fac02c768062823
gl: suppress some g-i warnings

gst_gl_memory_setup_buffer() was marked as introspectable=0
anyway, so might just as well mark it as '(skip)' and suppress
the warning. Reason is the (element-type gpointer) on wrapped_data.

gstglmemory.c:1426: Warning: GstGL: gst_gl_memory_setup_buffer: argument wrapped_data: Missing (element-type) annotation
gstglmemory.c:1426: Warning: GstGL: gst_gl_memory_setup_buffer: argument wrapped_data: Missing (element-type) annotation

egl/gstegl.h:40: Warning: GstGL: symbol='EGL_EGLEXT_PROTOTYPES': Unknown namespace for symbol 'EGL_EGLEXT_PROTOTYPES'
gst-libs/gst/gl/egl/gstegl.h
gst-libs/gst/gl/gstglmemory.c