From 73b2a3dd66adfb4e63502afd9d6ca9e01e0edfdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 15 Oct 2012 19:56:36 +0100 Subject: [PATCH] collectpads: minor docs fixes --- libs/gst/base/gstcollectpads.c | 2 +- libs/gst/base/gstcollectpads.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index f9dfbd8..9c9b003 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -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, diff --git a/libs/gst/base/gstcollectpads.h b/libs/gst/base/gstcollectpads.h index ee1c038..79b7fa4 100644 --- a/libs/gst/base/gstcollectpads.h +++ b/libs/gst/base/gstcollectpads.h @@ -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 * -- 2.7.4