mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: update docs
This commit is contained in:
parent
49e0573e74
commit
225a060de0
1 changed files with 11 additions and 13 deletions
|
@ -440,6 +440,13 @@ gst_clock_return_get_type
|
|||
<FILE>gstcompat</FILE>
|
||||
<TITLE>GstCompat</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
gst_element_class_set_details_simple
|
||||
gst_element_factory_get_author
|
||||
gst_element_factory_get_description
|
||||
gst_element_factory_get_documentation_uri
|
||||
gst_element_factory_get_icon_name
|
||||
gst_element_factory_get_klass
|
||||
gst_element_factory_get_longname
|
||||
<SUBSECTION Private>
|
||||
</SECTION>
|
||||
|
||||
|
@ -505,9 +512,8 @@ gst_element_class_add_pad_template
|
|||
gst_element_class_get_pad_template
|
||||
gst_element_class_get_pad_template_list
|
||||
gst_element_class_install_std_props
|
||||
gst_element_class_set_details_simple
|
||||
gst_element_class_set_documentation_uri
|
||||
gst_element_class_set_icon_name
|
||||
gst_element_class_set_metadata
|
||||
gst_element_class_add_metadata
|
||||
|
||||
<SUBSECTION element-pads>
|
||||
gst_element_add_pad
|
||||
|
@ -626,18 +632,10 @@ gst_state_change_return_get_type
|
|||
<FILE>gstelementfactory</FILE>
|
||||
<TITLE>GstElementFactory</TITLE>
|
||||
GstElementFactory
|
||||
GstElementDetails
|
||||
GST_ELEMENT_DETAILS
|
||||
GST_IS_ELEMENT_DETAILS
|
||||
gst_element_register
|
||||
gst_element_factory_find
|
||||
gst_element_factory_get_element_type
|
||||
gst_element_factory_get_longname
|
||||
gst_element_factory_get_klass
|
||||
gst_element_factory_get_description
|
||||
gst_element_factory_get_author
|
||||
gst_element_factory_get_documentation_uri
|
||||
gst_element_factory_get_icon_name
|
||||
gst_element_factory_get_metadata
|
||||
gst_element_factory_get_num_pad_templates
|
||||
gst_element_factory_get_uri_type
|
||||
gst_element_factory_get_uri_protocols
|
||||
|
@ -1595,6 +1593,7 @@ GST_PAD_ACTIVATEPULLFUNC
|
|||
GST_PAD_ACTIVATEPUSHFUNC
|
||||
GST_PAD_BUFFERALLOCFUNC
|
||||
GST_PAD_CHAINFUNC
|
||||
GST_PAD_CHAINLISTFUNC
|
||||
GST_PAD_CHECKGETRANGEFUNC
|
||||
GST_PAD_EVENTFUNC
|
||||
GST_PAD_FIXATECAPSFUNC
|
||||
|
@ -1759,7 +1758,6 @@ GstPluginDesc
|
|||
GstPluginInitFunc
|
||||
GstPluginInitFullFunc
|
||||
GST_PLUGIN_DEFINE
|
||||
GST_PLUGIN_DEFINE_STATIC
|
||||
GST_LICENSE_UNKNOWN
|
||||
GstPluginFilter
|
||||
gst_plugin_get_name
|
||||
|
|
Loading…
Reference in a new issue