From 751d628160ed49434f706cc46598df864e1ea516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 25 Nov 2024 17:51:31 +0100 Subject: [PATCH] vkencoder-private: doc: remove (in) annotation because it's the default one Part-of: --- .../gst-libs/gst/vulkan/gstvkencoder-private.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkencoder-private.c b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkencoder-private.c index 3491262d5f..e359cd1404 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkencoder-private.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkencoder-private.c @@ -585,8 +585,8 @@ gst_vulkan_encoder_stop (GstVulkanEncoder * self) /** * gst_vulkan_encoder_start: * @self: a #GstVulkanEncoder - * @profile: (in): #GstVulkanVideoProfile - * @out_buffer_size: (in): a maximal buffer size to be used by the encoder to store the output + * @profile: a #GstVulkanVideoProfile + * @out_buffer_size: a maximal buffer size to be used by the encoder to store the output * @error: (out) : an error result in case of failure or %NULL * * Start the encoding session according to a valid Vulkan profile @@ -820,7 +820,7 @@ failed: /** * gst_vulkan_encoder_update_video_session_parameters: * @self: a #GstVulkanEncoder - * @params: (in): #GstVulkanEncoderParameters + * @params: a #GstVulkanEncoderParameters * @error: (out) (optional): an error result in case of failure * * Set the sessions parameters to be used by the encoder @@ -853,7 +853,7 @@ gst_vulkan_encoder_update_video_session_parameters (GstVulkanEncoder * self, /** * gst_vulkan_encoder_video_session_parameters_overrides: * @self: a #GstVulkanEncoder - * @params: (in): #GstVulkanEncoderParametersOverrides + * @params: a #GstVulkanEncoderParametersOverrides * @feedback: (out) (optional): #GstVulkanEncoderParametersFeedback or %NULL * @data_size: (out) (optional): the allocated size of @data * @data: (out) (optional): location to store the requested overrides, use @@ -1038,8 +1038,8 @@ bail: /** * gst_vulkan_encoder_encode: * @self: a #GstVulkanEncoder - * @pic: (in): #GstVulkanEncodePicture - * @ref_pics: (in): an array of #GstVulkanEncodePicture + * @pic: a #GstVulkanEncodePicture + * @ref_pics: an array of #GstVulkanEncodePicture * * Encode a picture according to its reference pictures. *