mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
vkencoder-private: fix documentation
The function doesn't take the reference from caller, it keeps it's own reference, so transfer is none. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7974>
This commit is contained in:
parent
b88f15406f
commit
3389347467
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ gst_vulkan_encoder_get_image_view_from_buffer (GstVulkanEncoder * self,
|
|||
/**
|
||||
* gst_vulkan_encode_picture_new:
|
||||
* @self: the #GstVulkanEncoder with the pool's configuration.
|
||||
* @in_buffer: the input buffer. Take a reference to the buffer
|
||||
* @in_buffer: (transfer none): the input #GstBuffer.
|
||||
* @width: the picture width
|
||||
* @height: the picture height
|
||||
* @is_ref: the picture reference flag
|
||||
|
|
Loading…
Reference in a new issue