mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
utils: Update annotation for get_compatible_pad
https://bugzilla.gnome.org/show_bug.cgi?id=680804
This commit is contained in:
parent
4a2b138f52
commit
e1b28dc327
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad)
|
|||
* gst_element_get_compatible_pad:
|
||||
* @element: (transfer none): a #GstElement in which the pad should be found.
|
||||
* @pad: (transfer none): the #GstPad to find a compatible one for.
|
||||
* @caps: the #GstCaps to use as a filter.
|
||||
* @caps: (allow-none): the #GstCaps to use as a filter.
|
||||
*
|
||||
* Looks for an unlinked pad to which the given pad can link. It is not
|
||||
* guaranteed that linking the pads will work, though it should work in most
|
||||
|
|
Loading…
Reference in a new issue