vkimagebufferpool: fix documentation grammar

Original-patch-by: Matthew Waters <matthew@centricular.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7288>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-08-01 11:12:56 +02:00 committed by GStreamer Marge Bot
parent 48ae40f477
commit 28e16f897e
2 changed files with 4 additions and 2 deletions

View file

@ -3546,7 +3546,8 @@ inside @handle.</doc>
the images to setup.
If @initial_access is VK_IMAGE_LAYOUT_UNDEFINED or
VK_IMAGE_LAYOUT_PREINITIALIZED images does not do layout initialization.</doc>
VK_IMAGE_LAYOUT_PREINITIALIZED, the image crated by this pool has not been
initialized to a particular layout</doc>
<source-position filename="../subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkimagebufferpool.h"/>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>

View file

@ -85,7 +85,8 @@ G_DEFINE_TYPE_WITH_CODE (GstVulkanImageBufferPool, gst_vulkan_image_buffer_pool,
* the images to setup.
*
* If @initial_access is VK_IMAGE_LAYOUT_UNDEFINED or
* VK_IMAGE_LAYOUT_PREINITIALIZED images does not do layout initialization.
* VK_IMAGE_LAYOUT_PREINITIALIZED, the image crated by this pool has not been
* initialized to a particular layout
*
* Since: 1.24
*/