mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
vkencoder-private: fix code style
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7354>
This commit is contained in:
parent
eb5b064145
commit
d81186cbfc
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue