docs: improve some docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 17 Aug 2011 07:25:04 +0000 (09:25 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 17 Aug 2011 07:25:04 +0000 (09:25 +0200)
gst/gstpad.c
libs/gst/base/gstbasetransform.h

index 6e5ca22..ced0649 100644 (file)
@@ -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.
index d3ed1f9..8f79396 100644 (file)
@@ -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 */