va: pool: Replace all tabs with spaces in header file.
authorHe Junyan <junyan.he@intel.com>
Sat, 23 Apr 2022 15:59:08 +0000 (23:59 +0800)
committerHe Junyan <junyan.he@intel.com>
Tue, 26 Apr 2022 12:26:06 +0000 (20:26 +0800)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2282>

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

index e204f46..86fe9dc 100644 (file)
@@ -42,7 +42,7 @@ gboolean             gst_va_pool_requires_video_meta      (GstBufferPool * pool)
 GST_VA_API
 void                 gst_buffer_pool_config_set_va_allocation_params (GstStructure * config,
                                                                       guint usage_hint,
-                                                                     GstVaFeature use_derived);
+                                                                      GstVaFeature use_derived);
 GST_VA_API
 void                 gst_buffer_pool_config_set_va_alignment (GstStructure * config,
                                                               const GstVideoAlignment * align);
@@ -52,7 +52,7 @@ GstBufferPool *      gst_va_pool_new_with_config          (GstCaps * caps,
                                                            guint min_buffers,
                                                            guint max_buffers,
                                                            guint usage_hint,
-                                                          GstVaFeature use_derived,
+                                                           GstVaFeature use_derived,
                                                            GstAllocator * allocator,
                                                            GstAllocationParams * alloc_params);