aggregator: fix header formatting
authorTim-Philipp Müller <tim@centricular.com>
Sat, 29 Jul 2017 15:54:38 +0000 (16:54 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
libs/gst/base/gstaggregator.h

index ecb876b..0fb918d 100644 (file)
@@ -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