mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
event: add transfer type for gst_event_new_caps argument
These annotations are useful to humans as well...
This commit is contained in:
parent
fdd115d8c3
commit
eab6465ba8
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ gst_event_new_eos (void)
|
|||
|
||||
/**
|
||||
* gst_event_new_caps:
|
||||
* @caps: a #GstCaps
|
||||
* @caps: (transfer none): a #GstCaps
|
||||
*
|
||||
* Create a new CAPS event for @caps. The caps event can only travel downstream
|
||||
* synchronized with the buffer flow and contains the format of the buffers
|
||||
|
|
Loading…
Reference in a new issue