vulkan/decoder: fix documentation generation

GstVulkanDecoderParameters is an union, not a struct, and that isn't handled by
hotdoc.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6089>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-02-05 15:14:38 +01:00 committed by GStreamer Marge Bot
parent f0c5a853a6
commit 2011dec249

View file

@ -918,7 +918,7 @@ gst_vulkan_decoder_new_video_session_parameters (GstVulkanDecoder * self,
/**
* gst_vulkan_decoder_update_video_session_parameters:
* @self: a #GstVulkanDecoder
* @params: a #GstVulkanDecoderParameters
* @params: a GstVulkanDecoderParameters union
* @error: a #GError
*
* Update the internal codec parameters for the current video session.