mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
event: Add transfer none annotation to gst_event_new_stream_collection()
Update the documentation Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3387>
This commit is contained in:
parent
8b08305ef9
commit
2a32861ab3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue