diff options
Diffstat (limited to 'sys/va/gstvaallocator.h')
-rw-r--r-- | sys/va/gstvaallocator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/va/gstvaallocator.h b/sys/va/gstvaallocator.h index 5e5bb6a83..1822afc52 100644 --- a/sys/va/gstvaallocator.h +++ b/sys/va/gstvaallocator.h @@ -39,9 +39,9 @@ G_DECLARE_FINAL_TYPE (GstVaDmabufAllocator, gst_va_dmabuf_allocator, GST, VA_DMABUF_ALLOCATOR, GstDmaBufAllocator); GstAllocator * gst_va_dmabuf_allocator_new (GstVaDisplay * display); -gboolean gst_va_dmabuf_setup_buffer (GstAllocator * allocator, - GstBuffer * buffer, - GstVaAllocationParams * params); +gboolean gst_va_dmabuf_allocator_setup_buffer (GstAllocator * allocator, + GstBuffer * buffer, + GstVaAllocationParams * params); gboolean gst_va_dmabuf_try (GstAllocator * allocator, GstVaAllocationParams * params); |