Skip to content

Added GI annotation for gstvideoaffinetransformationmeta apply_matrix

Daniel Klamt requested to merge dkl/gst-plugins-base:patch into master

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.

Merge request reports