From ae8f97ae34cecb74e594b9296eb457317bae0135 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Mon, 21 Sep 2020 23:08:05 +0800 Subject: [PATCH] va: codestyle: Clear all tabs in header files Part-of: --- sys/va/gstvaallocator.h | 2 +- sys/va/gstvadecoder.h | 20 ++++++++++---------- sys/va/gstvautils.h | 24 ++++++++++++------------ 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/sys/va/gstvaallocator.h b/sys/va/gstvaallocator.h index 808c7a08e7..5e5bb6a834 100644 --- a/sys/va/gstvaallocator.h +++ b/sys/va/gstvaallocator.h @@ -68,7 +68,7 @@ gboolean gst_va_allocator_try (GstAllocator * alloca GstVaAllocationParams * params); VASurfaceID gst_va_memory_get_surface (GstMemory * mem, - GstVideoInfo * info); + GstVideoInfo * info); VASurfaceID gst_va_buffer_get_surface (GstBuffer * buffer, GstVideoInfo * info); diff --git a/sys/va/gstvadecoder.h b/sys/va/gstvadecoder.h index 68296891af..e8e3c41240 100644 --- a/sys/va/gstvadecoder.h +++ b/sys/va/gstvadecoder.h @@ -49,21 +49,21 @@ gboolean gst_va_decoder_set_format (GstVaDecoder * self, GstCaps * gst_va_decoder_get_srcpad_caps (GstVaDecoder * self); GstCaps * gst_va_decoder_get_sinkpad_caps (GstVaDecoder * self); gboolean gst_va_decoder_has_profile (GstVaDecoder * self, - VAProfile profile); + VAProfile profile); gint gst_va_decoder_get_mem_types (GstVaDecoder * self); GArray * gst_va_decoder_get_surface_formats (GstVaDecoder * self); gboolean gst_va_decoder_add_param_buffer (GstVaDecoder * self, - GstVaDecodePicture * pic, - gint type, - gpointer data, - gsize size); + GstVaDecodePicture * pic, + gint type, + gpointer data, + gsize size); gboolean gst_va_decoder_add_slice_buffer (GstVaDecoder * self, - GstVaDecodePicture * pic, - gpointer params_data, - gsize params_size, - gpointer slice_data, - gsize slice_size); + GstVaDecodePicture * pic, + gpointer params_data, + gsize params_size, + gpointer slice_data, + gsize slice_size); gboolean gst_va_decoder_decode (GstVaDecoder * self, GstVaDecodePicture * pic); gboolean gst_va_decoder_destroy_buffers (GstVaDecoder * self, diff --git a/sys/va/gstvautils.h b/sys/va/gstvautils.h index 7c6f114c4b..44ef7a9adf 100644 --- a/sys/va/gstvautils.h +++ b/sys/va/gstvautils.h @@ -25,23 +25,23 @@ G_BEGIN_DECLS gboolean gst_va_ensure_element_data (gpointer element, - const gchar *render_device_path, - GstVaDisplay ** display_ptr); + const gchar *render_device_path, + GstVaDisplay ** display_ptr); gboolean gst_va_handle_set_context (GstElement * element, - GstContext * context, - const gchar *render_device_path, - GstVaDisplay ** display_ptr); + GstContext * context, + const gchar *render_device_path, + GstVaDisplay ** display_ptr); gboolean gst_va_handle_context_query (GstElement * element, - GstQuery * query, - GstVaDisplay * display); + GstQuery * query, + GstVaDisplay * display); void gst_va_element_propagate_display_context (GstElement * element, - GstVaDisplay * display); + GstVaDisplay * display); gboolean gst_context_get_va_display (GstContext * context, - const gchar * type_name, - const gchar * render_device_path, - GstVaDisplay ** display_ptr); + const gchar * type_name, + const gchar * render_device_path, + GstVaDisplay ** display_ptr); void gst_context_set_va_display (GstContext * context, - GstVaDisplay * display); + GstVaDisplay * display); G_END_DECLS