mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: Trivial pad documentation fix
Presumably a copy-pasto.
This commit is contained in:
parent
96f0544cbd
commit
d3e411bda4
1 changed files with 2 additions and 2 deletions
|
@ -795,7 +795,7 @@ gst_pad_new (const gchar * name, GstPadDirection direction)
|
||||||
/**
|
/**
|
||||||
* gst_pad_new_from_template:
|
* gst_pad_new_from_template:
|
||||||
* @templ: the pad template to use
|
* @templ: the pad template to use
|
||||||
* @name: (allow-none): the name of the element
|
* @name: (allow-none): the name of the pad
|
||||||
*
|
*
|
||||||
* Creates a new pad with the given name from the given template.
|
* Creates a new pad with the given name from the given template.
|
||||||
* If name is %NULL, a guaranteed unique name (across all pads)
|
* If name is %NULL, a guaranteed unique name (across all pads)
|
||||||
|
@ -817,7 +817,7 @@ gst_pad_new_from_template (GstPadTemplate * templ, const gchar * name)
|
||||||
/**
|
/**
|
||||||
* gst_pad_new_from_static_template:
|
* gst_pad_new_from_static_template:
|
||||||
* @templ: the #GstStaticPadTemplate to use
|
* @templ: the #GstStaticPadTemplate to use
|
||||||
* @name: the name of the element
|
* @name: the name of the pad
|
||||||
*
|
*
|
||||||
* Creates a new pad with the given name from the given static template.
|
* Creates a new pad with the given name from the given static template.
|
||||||
* If name is %NULL, a guaranteed unique name (across all pads)
|
* If name is %NULL, a guaranteed unique name (across all pads)
|
||||||
|
|
Loading…
Reference in a new issue