gst/gstpad.c: Fix typo in the docs.
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 15 Jun 2007 14:37:28 +0000 (14:37 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 15 Jun 2007 14:37:28 +0000 (14:37 +0000)
Original commit message from CVS:
* gst/gstpad.c:
Fix typo in the docs.

ChangeLog
gst/gstpad.c

index 2c8d25200aa54ed5e90aba78eac48c2a92577fc8..acf0f8113289ce02ecdc506ff5065a59a80795fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/gstpad.c:
+       Fix typo in the docs.
+
 2007-06-15  Wim Taymans  <wim@fluendo.com>
 
        * docs/libs/gstreamer-libs-sections.txt:
index 669dda2cf114ef6b5edc3fd14bea0fbfc4303a4c..23863d1d04b29d635e36ae3b9ab6278e81247569 100644 (file)
@@ -2572,7 +2572,7 @@ no_peer:
  * always negotiated before sinkpads so it is possible that the negotiated caps
  * on the srcpad do not match the negotiated caps of the peer.
  *
- * Returns: the negotiated #GstCaps of the pad link.  Free the caps when
+ * Returns: the negotiated #GstCaps of the pad link.  Unref the caps when
  * you no longer need it. This function returns NULL when the @pad has no
  * peer or is not negotiated yet.
  *