mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
utils: Add more details about gst_element_get_compatible_pad
This commit is contained in:
parent
068e1a6384
commit
5b40ebbceb
1 changed files with 4 additions and 0 deletions
|
@ -1090,6 +1090,10 @@ gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad)
|
|||
* guaranteed that linking the pads will work, though it should work in most
|
||||
* cases.
|
||||
*
|
||||
* This function will first attempt to find a compatible unlinked ALWAYS pad,
|
||||
* and if none can be found, it will request a compatible REQUEST pad by looking
|
||||
* at the templates of @element.
|
||||
*
|
||||
* Returns: the #GstPad to which a link can be made, or %NULL if one cannot be
|
||||
* found. gst_object_unref() after usage.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue