mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
flowcombiner: beautify headers a little
This commit is contained in:
parent
a6d9c1a3c3
commit
2f265b7571
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue