va: allocator: Fix parameter name to match signature.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 27 Jun 2022 16:56:01 +0000 (18:56 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 13 Sep 2022 12:57:21 +0000 (14:57 +0200)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1025>

subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h

index 8d056d7..a0a2e0b 100644 (file)
@@ -117,7 +117,7 @@ gboolean              gst_va_allocator_get_format         (GstAllocator * alloca
                                                           GstVaFeature * use_derived);
 GST_VA_API
 void                  gst_va_allocator_set_hacks          (GstAllocator * allocator,
-                                                           guint32 hack);
+                                                           guint32 hacks);
 
 GST_VA_API
 VASurfaceID           gst_va_memory_get_surface           (GstMemory * mem);