From 2011dec2498d2384b2a79c4c8b0ee48171af275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 5 Feb 2024 15:14:38 +0100 Subject: [PATCH] vulkan/decoder: fix documentation generation GstVulkanDecoderParameters is an union, not a struct, and that isn't handled by hotdoc. Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdecoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdecoder.c b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdecoder.c index c3254f469e..d5cbe5d6e7 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdecoder.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkdecoder.c @@ -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.