mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
vkdevice: remove unneeded error parameter from get_queue()
This commit is contained in:
parent
53f99ac804
commit
d1d8a365a2
2 changed files with 2 additions and 3 deletions
|
@ -327,7 +327,7 @@ error:
|
|||
|
||||
GstVulkanQueue *
|
||||
gst_vulkan_device_get_queue (GstVulkanDevice * device, guint32 queue_family,
|
||||
guint32 queue_i, GError ** error)
|
||||
guint32 queue_i)
|
||||
{
|
||||
GstVulkanQueue *ret;
|
||||
|
||||
|
|
|
@ -71,8 +71,7 @@ gpointer gst_vulkan_device_get_proc_address (GstVulkanDevice * d
|
|||
const gchar * name);
|
||||
GstVulkanQueue * gst_vulkan_device_get_queue (GstVulkanDevice * device,
|
||||
guint32 queue_family,
|
||||
guint32 queue_i,
|
||||
GError ** error);
|
||||
guint32 queue_i);
|
||||
VkPhysicalDevice gst_vulkan_device_get_physical_device (GstVulkanDevice * device);
|
||||
gboolean gst_vulkan_device_create_cmd_buffer (GstVulkanDevice * device,
|
||||
VkCommandBuffer * cmd,
|
||||
|
|
Loading…
Reference in a new issue