gst/gstpad.c: Fix typo in the docs.

Original commit message from CVS:
* gst/gstpad.c:
Fix typo in the docs.
This commit is contained in:
Jan Schmidt 2007-06-15 14:37:28 +00:00
parent 864d257e83
commit ba9acc9b57
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View 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.
*