mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gstevent: specify (transfer) for gst_event_new_segment
This commit is contained in:
parent
72e86a372c
commit
314a24c4ac
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ gst_event_parse_caps (GstEvent * event, GstCaps ** caps)
|
|||
|
||||
/**
|
||||
* gst_event_new_segment:
|
||||
* @segment: a #GstSegment
|
||||
* @segment: (transfer full): a #GstSegment
|
||||
*
|
||||
* Create a new SEGMENT event for @segment. The segment event can only travel
|
||||
* downstream synchronized with the buffer flow and contains timing information
|
||||
|
|
Loading…
Reference in a new issue