From 2a32861ab31d90bc7b77d489eebdd9e5adb6b968 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Nov 2022 02:04:13 +1100 Subject: [PATCH] event: Add transfer none annotation to gst_event_new_stream_collection() Update the documentation 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 3b8332a..6ab77b3 100644 --- a/subprojects/gstreamer/gst/gstevent.c +++ b/subprojects/gstreamer/gst/gstevent.c @@ -1947,7 +1947,7 @@ gst_event_parse_group_id (GstEvent * event, guint * group_id) /** * gst_event_new_stream_collection: - * @collection: Active collection for this data flow + * @collection: (transfer none): Active collection for this data flow * * Create a new STREAM_COLLECTION event. The stream collection event can only * travel downstream synchronized with the buffer flow. -- 2.7.4