From 8ec82f93639f7f6e47925a700580aaac847401e0 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 29 Dec 2022 18:16:31 +0000 Subject: [PATCH] event: Fix gst_event_parse_stream_collection annotation The output parameter ownership is passed to the caller. Part-of: --- subprojects/gstreamer/gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/gst/gstevent.c b/subprojects/gstreamer/gst/gstevent.c index 6ab77b3d85..0bd4ac06e6 100644 --- a/subprojects/gstreamer/gst/gstevent.c +++ b/subprojects/gstreamer/gst/gstevent.c @@ -1979,7 +1979,7 @@ gst_event_new_stream_collection (GstStreamCollection * collection) /** * gst_event_parse_stream_collection: * @event: a stream-collection event - * @collection: (out) (optional): pointer to store the collection + * @collection: (out) (optional) (transfer full): pointer to store the collection. * * Retrieve new #GstStreamCollection from STREAM_COLLECTION event @event. *