mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
collectpads: fix .h indentation
This commit is contained in:
parent
4c990aab3a
commit
6a1d8feccc
1 changed files with 2 additions and 2 deletions
|
@ -180,9 +180,9 @@ GstBuffer* gst_collect_pads_pop (GstCollectPads *pads, GstCollectData *data);
|
||||||
guint gst_collect_pads_available (GstCollectPads *pads);
|
guint gst_collect_pads_available (GstCollectPads *pads);
|
||||||
guint gst_collect_pads_read (GstCollectPads *pads, GstCollectData *data,
|
guint gst_collect_pads_read (GstCollectPads *pads, GstCollectData *data,
|
||||||
guint8 **bytes, guint size);
|
guint8 **bytes, guint size);
|
||||||
GstBuffer * gst_collect_pads_read_buffer (GstCollectPads * pads, GstCollectData * data,
|
GstBuffer * gst_collect_pads_read_buffer (GstCollectPads * pads, GstCollectData * data,
|
||||||
guint size);
|
guint size);
|
||||||
GstBuffer * gst_collect_pads_take_buffer (GstCollectPads * pads, GstCollectData * data,
|
GstBuffer * gst_collect_pads_take_buffer (GstCollectPads * pads, GstCollectData * data,
|
||||||
guint size);
|
guint size);
|
||||||
guint gst_collect_pads_flush (GstCollectPads *pads, GstCollectData *data,
|
guint gst_collect_pads_flush (GstCollectPads *pads, GstCollectData *data,
|
||||||
guint size);
|
guint size);
|
||||||
|
|
Loading…
Reference in a new issue