From 51a2adb837b861f16de17afc2982b04f06d19eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Apr 2023 17:04:12 +0300 Subject: [PATCH] allocators: drm-dumb: Annotate allocator instance parameters with the correct type Part-of: --- .../gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c b/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c index 399350df6b..9798d73bcb 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c @@ -685,7 +685,7 @@ gst_drm_dumb_allocator_new_with_device_path (const gchar * drm_device_path) /** * gst_drm_dumb_allocator_alloc: - * @allocator: the allocator instance + * @allocator: (type GstAllocators.DRMDumbAllocator): the allocator instance * @drm_fourcc: the DRM format to allocate for * @width: padded width for this allocation * @height: padded height for this allocation @@ -724,7 +724,7 @@ gst_drm_dumb_allocator_alloc (GstAllocator * base_alloc, /** * gst_drm_dumb_allocator_has_prime_export: - * @allocator: the #GstAllocator + * @allocator: (type GstAllocators.DRMDumbAllocator): the #GstAllocator * * This function allow verifying if the driver support dma-buf exportation. *