utils: fix some docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 18 Jun 2012 14:13:22 +0000 (16:13 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 18 Jun 2012 14:13:22 +0000 (16:13 +0200)
gst/gstutils.c

index 42f5d8b..ea3f967 100644 (file)
@@ -2385,11 +2385,12 @@ gst_element_seek_simple (GstElement * element, GstFormat format,
  * @pad: the pad to use
  *
  * A helper function you can use that sets the FIXED_CAPS flag
- * This way the default getcaps function will always return the negotiated caps
+ * This way the default CAPS query will always return the negotiated caps
  * or in case the pad is not negotiated, the padtemplate caps.
  *
- * Use this function on a pad that, once gst_pad_set_caps() has been called
- * on it, cannot be renegotiated to something else.
+ * The negotiated caps are the caps of the last CAPS event that passed on the
+ * pad. Use this function on a pad that, once it negotiated to a CAPS, cannot
+ * be renegotiated to something else.
  */
 void
 gst_pad_use_fixed_caps (GstPad * pad)