mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
92b9c604c4
commit
8ec82f9363
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue