va: allocator: Fix parameter name to match signature.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1025>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-06-27 18:56:01 +02:00
parent e4f6ade308
commit de7cfa92e3

View 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);