mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
vkutils: update gst_vulkan_handle_set_context doc
device is a GstVulkanDevice Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7011>
This commit is contained in:
parent
6989938dd8
commit
178f05aac7
2 changed files with 3 additions and 3 deletions
|
@ -3233,7 +3233,7 @@ will be freed.</doc>
|
|||
<type name="VulkanInstance" c:type="GstVulkanInstance*"/>
|
||||
</parameter>
|
||||
<parameter name="device" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkutils.c">a #GstVulkanInstance</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkutils.c">a #GstVulkanDevice</doc>
|
||||
<type name="VulkanDevice" c:type="GstVulkanDevice*"/>
|
||||
</parameter>
|
||||
</parameters>
|
||||
|
@ -7460,7 +7460,7 @@ posting a message for the application to respond.</doc>
|
|||
<type name="VulkanInstance" c:type="GstVulkanInstance*"/>
|
||||
</parameter>
|
||||
<parameter name="device" transfer-ownership="none" nullable="1" allow-none="1">
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkutils.c">a #GstVulkanInstance</doc>
|
||||
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkutils.c">a #GstVulkanDevice</doc>
|
||||
<type name="VulkanDevice" c:type="GstVulkanDevice*"/>
|
||||
</parameter>
|
||||
</parameters>
|
||||
|
|
|
@ -435,7 +435,7 @@ gst_vulkan_handle_set_context (GstElement * element, GstContext * context,
|
|||
* @query: a #GstQuery of type %GST_QUERY_CONTEXT
|
||||
* @display: (transfer none) (nullable): a #GstVulkanDisplay
|
||||
* @instance: (transfer none) (nullable): a #GstVulkanInstance
|
||||
* @device: (transfer none) (nullable): a #GstVulkanInstance
|
||||
* @device: (transfer none) (nullable): a #GstVulkanDevice
|
||||
*
|
||||
* Returns: Whether the @query was successfully responded to from the passed
|
||||
* @display, @instance, and @device.
|
||||
|
|
Loading…
Reference in a new issue