mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
allocators: drm-dumb: Annotate allocator instance parameters with the correct type
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4360>
This commit is contained in:
parent
edcb8e8f35
commit
51a2adb837
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue