mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 05:46:36 +00:00
collectpads: clean up header indentation
This commit is contained in:
parent
e85dc9cfc8
commit
5ff4bb3e7c
1 changed files with 34 additions and 33 deletions
|
@ -343,7 +343,8 @@ void gst_collect_pads_set_waiting (GstCollectPads *pads, GstCollect
|
||||||
|
|
||||||
/* convenience helper */
|
/* convenience helper */
|
||||||
GstFlowReturn gst_collect_pads_clip_running_time (GstCollectPads * pads,
|
GstFlowReturn gst_collect_pads_clip_running_time (GstCollectPads * pads,
|
||||||
GstCollectData * cdata, GstBuffer * buf, GstBuffer ** outbuf,
|
GstCollectData * cdata,
|
||||||
|
GstBuffer * buf, GstBuffer ** outbuf,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
/* default handlers */
|
/* default handlers */
|
||||||
|
|
Loading…
Reference in a new issue