gl: workaround gir warning
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Wed, 13 May 2020 12:50:22 +0000 (14:50 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Tue, 19 May 2020 08:37:59 +0000 (10:37 +0200)
commit6a42e2e176ad3d131572aea9a23f946ad647fd30
tree53e0241c483dbf014dbb21b81e9a9b5e24bf855c
parentc3e98ad2d0b2359b9c655041ec824cbc9867aab6
gl: workaround gir warning

The gir generator wrongly assume that the vfunc
GstGLFilterClass.filter() and the method gst_gl_filter_filter_texture()
are related. As a result it complains about not matching argument names.

Workaround this by naming both of their arguments input and output.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/664>
gst-libs/gst/gl/gstglfilter.c
gst-libs/gst/gl/gstglfilter.h