From 2f265b757155f1318908991d7b1752dd22cf66e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 27 May 2014 10:09:02 +0100 Subject: [PATCH] flowcombiner: beautify headers a little --- libs/gst/base/gstflowcombiner.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libs/gst/base/gstflowcombiner.h b/libs/gst/base/gstflowcombiner.h index 3dcada1db9..274bfc5010 100644 --- a/libs/gst/base/gstflowcombiner.h +++ b/libs/gst/base/gstflowcombiner.h @@ -40,11 +40,14 @@ G_BEGIN_DECLS typedef struct _GstFlowCombiner GstFlowCombiner; GstFlowCombiner * gst_flow_combiner_new (void); -void gst_flow_combiner_free (GstFlowCombiner * combiner); -GstFlowReturn gst_flow_combiner_update_flow (GstFlowCombiner * combiner, - GstFlowReturn fret); -void gst_flow_combiner_add_pad (GstFlowCombiner * combiner, GstPad * pad); -void gst_flow_combiner_remove_pad (GstFlowCombiner * combiner, GstPad * pad); + +void gst_flow_combiner_free (GstFlowCombiner * combiner); + +GstFlowReturn gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret); + +void gst_flow_combiner_add_pad (GstFlowCombiner * combiner, GstPad * pad); + +void gst_flow_combiner_remove_pad (GstFlowCombiner * combiner, GstPad * pad); G_END_DECLS -- 2.34.1