flowcombiner: beautify headers a little

This commit is contained in:
Tim-Philipp Müller 2014-05-27 10:09:02 +01:00
parent a6d9c1a3c3
commit 2f265b7571

View 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