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 2c8d252..acf0f81 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 669dda2..23863d1 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.
  *