From d5036e4429c40bffa738ca67359d57e0e490f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 13 Nov 2023 19:50:07 +0100 Subject: [PATCH] vkvideoutils: mark as private members of profile structure Part-of: --- .../gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.h b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.h index 8ce1ccea0e..9b90e08ebe 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.h @@ -34,6 +34,7 @@ G_BEGIN_DECLS */ struct _GstVulkanVideoProfile { + /*< private >*/ #if GST_VULKAN_HAVE_VIDEO_EXTENSIONS VkVideoProfileInfoKHR profile; union { @@ -41,7 +42,6 @@ struct _GstVulkanVideoProfile VkVideoDecodeH265ProfileInfoKHR h265; } codec; #endif - /* */ gpointer _reserved[GST_PADDING]; };