mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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:
parent
864d257e83
commit
ba9acc9b57
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue