From 62fcd93a9356b30e39263501bc78f9a8b485bf99 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Sat, 23 Apr 2022 23:59:08 +0800 Subject: [PATCH] va: pool: Replace all tabs with spaces in header file. Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvapool.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvapool.h b/subprojects/gst-plugins-bad/sys/va/gstvapool.h index 3477d4a221..0721a3c800 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvapool.h +++ b/subprojects/gst-plugins-bad/sys/va/gstvapool.h @@ -31,17 +31,17 @@ G_DECLARE_FINAL_TYPE (GstVaPool, gst_va_pool, GST, VA_POOL, GstBufferPool) GstBufferPool * gst_va_pool_new (void); gboolean gst_va_pool_requires_video_meta (GstBufferPool * pool); void gst_buffer_pool_config_set_va_allocation_params (GstStructure * config, - guint usage_hint); + guint usage_hint); void gst_buffer_pool_config_set_va_alignment (GstStructure * config, const GstVideoAlignment * align); GstBufferPool * gst_va_pool_new_with_config (GstCaps * caps, - guint size, - guint min_buffers, - guint max_buffers, - guint usage_hint, - GstAllocator * allocator, - GstAllocationParams * alloc_params); + guint size, + guint min_buffers, + guint max_buffers, + guint usage_hint, + GstAllocator * allocator, + GstAllocationParams * alloc_params); G_END_DECLS