From bb9f3d2be565690670e5286da70706e32339f98c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 29 Jul 2017 16:54:38 +0100 Subject: [PATCH] aggregator: fix header formatting --- libs/gst/base/gstaggregator.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index ecb876b..0fb918d 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -343,12 +343,9 @@ GST_EXPORT GstBufferPool * gst_aggregator_get_buffer_pool (GstAggregator * self); GST_EXPORT -void gst_aggregator_get_allocator (GstAggregator * self, - GstAllocator - ** allocator, - GstAllocationParams - * params); - +void gst_aggregator_get_allocator (GstAggregator * self, + GstAllocator ** allocator, + GstAllocationParams * params); G_END_DECLS -- 2.7.4