Fix some annotations
commit 5b700dceba47eb5657d4bd747c45fd275092dbc2 (HEAD -> mikey-array-length-annotation-fix, gitlab-slomo/mikey-array-length-annotation-fix)
Author: Sebastian Dröge <sebastian@centricular.com>
Date: Wed Jan 25 13:26:08 2023 +0200
gst: Fix gst_type_find_peek() return value annotation
It's not possible to annotate a in-parameter for a return value array as
the array length. Both are assumed to have the same direction and the
current annotation causes the size parameter to be considered an out
parameter.
commit dbbc7d2c3686c27d5f955ece96f87c3ccdb5a931
Author: Sebastian Dröge <sebastian@centricular.com>
Date: Wed Jan 25 13:19:01 2023 +0200
sdp: Fix gst_mikey_payload_key_data_set_interval() array length annotation
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1744
Edited by Sebastian Dröge