mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +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
|
struct _GstVulkanVideoProfile
|
||||||
{
|
{
|
||||||
|
/*< private >*/
|
||||||
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
||||||
VkVideoProfileInfoKHR profile;
|
VkVideoProfileInfoKHR profile;
|
||||||
union {
|
union {
|
||||||
|
@ -41,7 +42,6 @@ struct _GstVulkanVideoProfile
|
||||||
VkVideoDecodeH265ProfileInfoKHR h265;
|
VkVideoDecodeH265ProfileInfoKHR h265;
|
||||||
} codec;
|
} codec;
|
||||||
#endif
|
#endif
|
||||||
/* <private> */
|
|
||||||
gpointer _reserved[GST_PADDING];
|
gpointer _reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue