Added GI annotation for gstvideoaffinetransformationmeta apply_matrix
authorDaniel Klamt <d.klamt@pengutronix.de>
Tue, 28 May 2019 15:04:51 +0000 (17:04 +0200)
committerMatthew Waters <matthew@centricular.com>
Sun, 2 Jun 2019 16:42:57 +0000 (16:42 +0000)
commit394ad27507842f4f75648b9d8127223e19c36104
tree85b76dfae0ee4b01a7022cc477bc9a8d842b5f81
parente3e5ccdb087fae3254220ad704cff0c999f55723
Added GI annotation for gstvideoaffinetransformationmeta apply_matrix

The problem is that Gobject Introspections does not understand the const
gfloat matrix[16] as an matrix but as an array of gfloasts but as just
one gfloat.

To fix this i added the annotation to the parameter
descriptions.
gst-libs/gst/video/gstvideoaffinetransformationmeta.c