mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
collectpads: minor docs fixes
This commit is contained in:
parent
bb2fda64f7
commit
73b2a3dd66
2 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ gst_collect_pads_clip_running_time (GstCollectPads * pads,
|
|||
* @user_data: user data to pass to @clip_func
|
||||
*
|
||||
* Install a clipping function that is called right after a buffer is received
|
||||
* on a pad managed by @pads. See #GstCollectPad2ClipFunction for more info.
|
||||
* on a pad managed by @pads. See #GstCollectPadsClipFunction for more info.
|
||||
*/
|
||||
void
|
||||
gst_collect_pads_set_clip_function (GstCollectPads * pads,
|
||||
|
|
|
@ -217,7 +217,7 @@ typedef gboolean (*GstCollectPadsQueryFunction) (GstCollectPads *pads, Gs
|
|||
* GstCollectPadsClipFunction:
|
||||
* @pads: a #GstCollectPads
|
||||
* @data: a #GstCollectData
|
||||
* @inbuffer: the input #GstBuffer
|
||||
* @inbuffer: (transfer full): the input #GstBuffer
|
||||
* @outbuffer: the output #GstBuffer
|
||||
* @user_data: user data
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue