Added GI annotation for gstvideoaffinetransformationmeta apply_matrix
authorDaniel Klamt <d.klamt@pengutronix.de>
Tue, 28 May 2019 15:04:51 +0000 (17:04 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 9 Aug 2019 12:23:46 +0000 (13:23 +0100)
commitf929591289a55714f634ff64f877b86786af89bd
treefba1e575957c20f7ac2f6ef34cf844727f825264
parenta7c2a3cee9da9d4d2d45a96a050ea9b9682716a5
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