diff --git a/ChangeLog b/ChangeLog index 2c8d25200a..acf0f81132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-15 Jan Schmidt + + * gst/gstpad.c: + Fix typo in the docs. + 2007-06-15 Wim Taymans * docs/libs/gstreamer-libs-sections.txt: diff --git a/gst/gstpad.c b/gst/gstpad.c index 669dda2cf1..23863d1d04 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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. *