diff --git a/gst/gstpad.c b/gst/gstpad.c index 6e5ca22adb..ced0649dc0 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 d3ed1f9fb2..8f79396a56 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 */