collectpads: minor docs fixes

This commit is contained in:
Tim-Philipp Müller 2012-10-15 19:56:36 +01:00
parent bb2fda64f7
commit 73b2a3dd66
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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
*