mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
gst: More 'transfer' annotations
This commit is contained in:
parent
01c11ebf08
commit
917bfc5df7
2 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ gst_static_pad_template_get (GstStaticPadTemplate * pad_template)
|
|||
* @name_template: the name template.
|
||||
* @direction: the #GstPadDirection of the template.
|
||||
* @presence: the #GstPadPresence of the pad.
|
||||
* @caps: a #GstCaps set for the template.
|
||||
* @caps: (transfer none): a #GstCaps set for the template.
|
||||
*
|
||||
* Creates a new pad template with a name according to the given template
|
||||
* and with the given arguments.
|
||||
|
|
|
@ -3488,7 +3488,7 @@ gst_value_can_intersect (const GValue * value1, const GValue * value2)
|
|||
|
||||
/**
|
||||
* gst_value_intersect:
|
||||
* @dest: (out caller-allocates): a uninitialized #GValue that will hold the calculated
|
||||
* @dest: (out caller-allocates) (transfer full): a uninitialized #GValue that will hold the calculated
|
||||
* intersection value
|
||||
* @value1: a value to intersect
|
||||
* @value2: another value to intersect
|
||||
|
|
Loading…
Reference in a new issue