Skip to content

base: adapter: Explicitly mark size parameter as (in)

Marcel Tiede requested to merge badcel/gstreamer:update-annotation into main

The generated gir file marks the size parameter as "out" by default. This is wrong in the context of a caller allocated buffer with a given size. Explicitly marking the size parameter as (in) fixes the issue.

There is an upstream issue which suggests using an explicit annotation in this case.

Merge request reports