summaryrefslogtreecommitdiff
path: root/ext/vulkan/vkbufferpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/vulkan/vkbufferpool.c')
-rw-r--r--ext/vulkan/vkbufferpool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/vulkan/vkbufferpool.c b/ext/vulkan/vkbufferpool.c
index 01fb2fba8..df64358e1 100644
--- a/ext/vulkan/vkbufferpool.c
+++ b/ext/vulkan/vkbufferpool.c
@@ -26,6 +26,7 @@
/**
* SECTION:vkbufferpool
+ * @title: GstVulkanBufferPool
* @short_description: buffer pool for #GstVulkanBufferMemory objects
* @see_also: #GstBufferPool, #GstVulkanBufferMemory
*
@@ -33,7 +34,7 @@
*
* A #GstVulkanBufferPool is created with gst_vulkan_buffer_pool_new()
*
- * #GstVulkanBufferPool implements the VideoMeta buffer pool option
+ * #GstVulkanBufferPool implements the VideoMeta buffer pool option
* #GST_BUFFER_POOL_OPTION_VIDEO_META
*/