vkvideoutils: fix code-style

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4716>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-05-25 19:03:29 +02:00
parent b982fae9c7
commit 8b75e5fb57

View file

@ -32,7 +32,8 @@ G_BEGIN_DECLS
*
* Since: 1.24
*/
struct _GstVulkanVideoProfile {
struct _GstVulkanVideoProfile
{
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
VkVideoProfileInfoKHR profile;
union {
@ -46,7 +47,6 @@ struct _GstVulkanVideoProfile {
GST_VULKAN_API
GstCaps * gst_vulkan_video_profile_to_caps (const GstVulkanVideoProfile * profile);
GST_VULKAN_API
gboolean gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
GstCaps * caps);