collectpads: minor docs fixes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Oct 2012 18:56:36 +0000 (19:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Oct 2012 18:56:36 +0000 (19:56 +0100)
libs/gst/base/gstcollectpads.c
libs/gst/base/gstcollectpads.h

index f9dfbd8..9c9b003 100644 (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,
index ee1c038..79b7fa4 100644 (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
  *