mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
vkvideoutils: fix code-style
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4716>
This commit is contained in:
parent
b982fae9c7
commit
8b75e5fb57
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,8 @@ G_BEGIN_DECLS
|
||||||
*
|
*
|
||||||
* Since: 1.24
|
* Since: 1.24
|
||||||
*/
|
*/
|
||||||
struct _GstVulkanVideoProfile {
|
struct _GstVulkanVideoProfile
|
||||||
|
{
|
||||||
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
|
||||||
VkVideoProfileInfoKHR profile;
|
VkVideoProfileInfoKHR profile;
|
||||||
union {
|
union {
|
||||||
|
@ -46,7 +47,6 @@ struct _GstVulkanVideoProfile {
|
||||||
|
|
||||||
GST_VULKAN_API
|
GST_VULKAN_API
|
||||||
GstCaps * gst_vulkan_video_profile_to_caps (const GstVulkanVideoProfile * profile);
|
GstCaps * gst_vulkan_video_profile_to_caps (const GstVulkanVideoProfile * profile);
|
||||||
|
|
||||||
GST_VULKAN_API
|
GST_VULKAN_API
|
||||||
gboolean gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
|
gboolean gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
|
||||||
GstCaps * caps);
|
GstCaps * caps);
|
||||||
|
|
Loading…
Reference in a new issue