event: Fix gst_event_parse_stream_collection annotation

The output parameter ownership is passed to the caller.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3659>
This commit is contained in:
Philippe Normand 2022-12-29 18:16:31 +00:00
parent 92b9c604c4
commit 8ec82f9363

View file

@ -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.
*