mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
aggregator: fix header formatting
This commit is contained in:
parent
70b4395e95
commit
bb9f3d2be5
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue