vkvideoutils: mark as private members of profile structure

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4850>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-11-13 19:50:07 +01:00 committed by GStreamer Marge Bot
parent e3054056ff
commit d5036e4429

View file

@ -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
/* <private> */
gpointer _reserved[GST_PADDING];
};