event: Add transfer none annotation to gst_event_new_stream_collection()
authorJan Schmidt <jan@centricular.com>
Fri, 18 Nov 2022 15:04:13 +0000 (02:04 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 21 Nov 2022 10:32:02 +0000 (10:32 +0000)
Update the documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3387>

subprojects/gstreamer/gst/gstevent.c

index 3b8332a..6ab77b3 100644 (file)
@@ -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.