mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
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:
parent
48ae40f477
commit
28e16f897e
2 changed files with 4 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue