diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h index a0a2e0b57e..23d54d29e5 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.h @@ -109,12 +109,12 @@ GST_VA_API gboolean gst_va_allocator_set_format (GstAllocator * allocator, GstVideoInfo * info, guint usage_hint, - GstVaFeature use_derived); + GstVaFeature use_derived); GST_VA_API gboolean gst_va_allocator_get_format (GstAllocator * allocator, GstVideoInfo * info, guint * usage_hint, - GstVaFeature * use_derived); + GstVaFeature * use_derived); GST_VA_API void gst_va_allocator_set_hacks (GstAllocator * allocator, guint32 hacks);