flowcombiner: beautify headers a little
authorTim-Philipp Müller <tim@centricular.com>
Tue, 27 May 2014 09:09:02 +0000 (10:09 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 27 May 2014 09:09:02 +0000 (10:09 +0100)
libs/gst/base/gstflowcombiner.h

index 3dcada1db96dc0edbc17cb0534a3084befea0e67..274bfc501014a6d24e416f9654341891141eb392 100644 (file)
@@ -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