vkencoder-private: fix code style

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7354>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-08-12 16:57:59 +02:00 committed by GStreamer Marge Bot
parent eb5b064145
commit d81186cbfc
2 changed files with 1 additions and 2 deletions

View file

@ -657,7 +657,6 @@ gst_vulkan_encoder_start (GstVulkanEncoder * self,
/* *INDENT-ON* */
};
codec_idx = GST_VK_VIDEO_EXTENSION_ENCODE_H265;
break;
default:
g_set_error (error, GST_VULKAN_ERROR, VK_ERROR_INITIALIZATION_FAILED,

View file

@ -178,7 +178,7 @@ gboolean gst_vulkan_encoder_encode (GstVulkanEncode
GstVulkanEncodePicture * pic,
GstVulkanEncodePicture ** ref_pics);
GST_VULKAN_API
gboolean gst_vulkan_encoder_caps (GstVulkanEncoder * self,
gboolean gst_vulkan_encoder_caps (GstVulkanEncoder * self,
GstVulkanVideoCapabilities * caps);
GST_VULKAN_API
GstCaps * gst_vulkan_encoder_profile_caps (GstVulkanEncoder * self);