element: minor docs fix

Make gtk-doc happy.
This commit is contained in:
Tim-Philipp Müller 2016-03-01 19:50:26 +00:00
parent e505e1e6cd
commit c7734d2711

View file

@ -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