Skip to content

vulkan: Add missing `array length` and `(out)` annotation to parameters

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-bad/-/merge_requests/1933

Add array length annotation for layouts such that n_layouts is properly marked as its length, and add (out) where a function returns in that parameter.


Note that these changes are not exhaustive, this is just what I ran into thus far.

CC @ystreet

Merge request reports