mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
element: properly escape percent sign in documentation
This commit is contained in:
parent
21da311743
commit
5253a4d879
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ _gst_element_request_pad (GstElement * element, GstPadTemplate * templ,
|
|||
*
|
||||
* This method is slower than manually getting the pad template and calling
|
||||
* gst_element_request_pad() if the pads should have a specific name (e.g.
|
||||
* @name is "src_1" instead of "src_%u").
|
||||
* @name is "src_1" instead of "src_\%u").
|
||||
*
|
||||
* Returns: (transfer full) (nullable): requested #GstPad if found,
|
||||
* otherwise %NULL. Release after usage.
|
||||
|
|
Loading…
Reference in a new issue