mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
element: minor docs fix
Make gtk-doc happy.
This commit is contained in:
parent
e505e1e6cd
commit
c7734d2711
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ gst_element_class_add_pad_template (GstElementClass * klass,
|
|||
/**
|
||||
* gst_element_class_add_static_pad_template:
|
||||
* @klass: the #GstElementClass to add the pad template to.
|
||||
* @templ: #GstStaticPadTemplate to add as pad template to the element class.
|
||||
* @static_templ: #GstStaticPadTemplate to add as pad template to the element class.
|
||||
*
|
||||
* Adds a pad template to an element class based on the static pad template
|
||||
* @templ. This is mainly used in the _class_init functions of element
|
||||
|
|
Loading…
Reference in a new issue