mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gstpad: Fix typo in docstring
This commit is contained in:
parent
f08d942795
commit
37db4eefbf
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstQuery * query)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_proyx_pad_iterate_internal_links_default:
|
* gst_proxy_pad_iterate_internal_links_default:
|
||||||
* @pad: the #GstPad to get the internal links of.
|
* @pad: the #GstPad to get the internal links of.
|
||||||
*
|
*
|
||||||
* Invoke the default iterate internal links function of the proxy pad.
|
* Invoke the default iterate internal links function of the proxy pad.
|
||||||
|
|
Loading…
Reference in a new issue