From e4db8d0f5566147d94a8e748066770c1ba07d2a1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 17 Aug 2011 09:25:04 +0200 Subject: [PATCH] docs: improve some docs --- gst/gstpad.c | 4 ---- libs/gst/base/gstbasetransform.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 6e5ca22..ced0649 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -4039,10 +4039,6 @@ gst_pad_get_range (GstPad * pad, guint64 offset, guint size, * See gst_pad_get_range() for a list of return values and for the * semantics of the arguments of this function. * - * @buffer's caps must either be unset or the same as what is already - * configured on @pad. Renegotiation within a running pull-mode pipeline is not - * supported. - * * Returns: a #GstFlowReturn from the peer pad. * When this function returns #GST_FLOW_OK, @buffer will contain a valid * #GstBuffer that should be freed with gst_buffer_unref() after usage. diff --git a/libs/gst/base/gstbasetransform.h b/libs/gst/base/gstbasetransform.h index d3ed1f9..8f79396 100644 --- a/libs/gst/base/gstbasetransform.h +++ b/libs/gst/base/gstbasetransform.h @@ -222,7 +222,7 @@ struct _GstBaseTransformClass { gboolean (*set_caps) (GstBaseTransform *trans, GstCaps *incaps, GstCaps *outcaps); - /* setup allocation query */ + /* setup allocation query for output buffers */ gboolean (*setup_allocation) (GstBaseTransform *trans, GstQuery *query); /* transform size */ -- 2.7.4