mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
vkvideoutils: mark as private members of profile structure
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4850>
This commit is contained in:
parent
e3054056ff
commit
d5036e4429
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue