mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
videoaffinetransformmeta: Add (transfer none) annotation for return value
This commit is contained in:
parent
6a57399270
commit
3ba59f0b62
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ gst_video_affine_transformation_meta_get_info (void)
|
|||
* Attaches GstVideoAffineTransformationMeta metadata to @buffer with
|
||||
* the given parameters.
|
||||
*
|
||||
* Returns: the #GstVideoAffineTransformationMeta on @buffer.
|
||||
* Returns: (transfer none): the #GstVideoAffineTransformationMeta on @buffer.
|
||||
*
|
||||
* Since: 1.8
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue