mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
docs/gst/gstreamer-sections.txt: Fix docs.
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Fix docs.
This commit is contained in:
parent
237c3cd57a
commit
4bc65afe2e
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
Fix docs.
|
||||
|
||||
2006-06-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstsegment.c: (gst_segment_set_duration),
|
||||
|
|
|
@ -144,6 +144,7 @@ GST_BUFFER_DURATION_IS_VALID
|
|||
GST_BUFFER_TIMESTAMP_IS_VALID
|
||||
GST_BUFFER_OFFSET_IS_VALID
|
||||
GST_BUFFER_OFFSET_END_IS_VALID
|
||||
GST_BUFFER_IS_DISCONT
|
||||
GST_BUFFER_TRACE_NAME
|
||||
|
||||
gst_buffer_new
|
||||
|
@ -388,7 +389,6 @@ GST_PADDING_LARGE
|
|||
GST_PADDING_INIT
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstelement</FILE>
|
||||
<TITLE>GstElement</TITLE>
|
||||
|
@ -560,6 +560,7 @@ gst_element_factory_get_static_pad_templates
|
|||
<SUBSECTION Standard>
|
||||
GstElementFactoryClass
|
||||
GST_ELEMENT_FACTORY
|
||||
GST_ELEMENT_FACTORY_CAST
|
||||
GST_IS_ELEMENT_FACTORY
|
||||
GST_ELEMENT_FACTORY_CLASS
|
||||
GST_IS_ELEMENT_FACTORY_CLASS
|
||||
|
@ -1495,6 +1496,7 @@ gst_plugin_list_free
|
|||
<SUBSECTION Standard>
|
||||
GstPluginClass
|
||||
GST_PLUGIN
|
||||
GST_PLUGIN_CAST
|
||||
GST_PLUGIN_CLASS
|
||||
GST_PLUGIN_GET_CLASS
|
||||
GST_TYPE_PLUGIN
|
||||
|
@ -1531,6 +1533,7 @@ gst_plugin_feature_check_version
|
|||
<SUBSECTION Standard>
|
||||
GstPluginFeatureClass
|
||||
GST_PLUGIN_FEATURE
|
||||
GST_PLUGIN_FEATURE_CAST
|
||||
GST_IS_PLUGIN_FEATURE
|
||||
GST_PLUGIN_FEATURE_CLASS
|
||||
GST_IS_PLUGIN_FEATURE_CLASS
|
||||
|
|
Loading…
Reference in a new issue