From edcb8e8f35811a7a451cd640b32a89c16f68d053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Apr 2023 15:41:27 +0300 Subject: [PATCH] allocators: drm-dumb: Annotate device-path as a filename 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 86ea387ad7..399350df6b 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstdrmdumb.c @@ -493,7 +493,7 @@ gst_drm_dumb_allocator_class_init (GstDRMDumbAllocatorClass * klass) G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); /** - * GstDRMDumbAllocator:drm-device-path: + * GstDRMDumbAllocator:drm-device-path: (type filename): * * Since: 1.24 */ @@ -649,7 +649,7 @@ gst_drm_dumb_allocator_new_with_fd (gint drm_fd) /** * gst_drm_dumb_allocator_new_with_device_path: - * @drm_device_path: path to the DRM device to open + * @drm_device_path: (type filename): path to the DRM device to open * * Creates a new #GstDRMDumbAllocator for the specific device path. This * function can fail if the path does not exist, is not a DRM device or if