mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
f0c5a853a6
commit
2011dec249
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue