docs/gst/: Documentation updates for registry changes.
authorDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 00:42:03 +0000 (00:42 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 00:42:03 +0000 (00:42 +0000)
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstplugin.sgml:
* docs/gst/tmpl/gstpluginfeature.sgml:
Documentation updates for registry changes.

ChangeLog
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.types
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstplugin.sgml
docs/gst/tmpl/gstpluginfeature.sgml

index 44bc4cf..d35912f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2005-09-14  David Schleef  <ds@schleef.org>
 
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/gstreamer-sections.txt:
+       * docs/gst/gstreamer.types:
+       * docs/gst/tmpl/gstelement.sgml:
+       * docs/gst/tmpl/gstplugin.sgml:
+       * docs/gst/tmpl/gstpluginfeature.sgml:
+         Documentation updates for registry changes.
+
+2005-09-14  David Schleef  <ds@schleef.org>
+
        * gst/gstregistryxml.c: Copy g_mkdir_with_parent() from glib,
          because we don't require glib-2.8.
 
index e84fe9f..d0cce20 100644 (file)
@@ -58,7 +58,6 @@
 <!ENTITY GstValue SYSTEM "xml/gstvalue.xml">
 <!ENTITY GstVersion SYSTEM "xml/gstversion.xml">
 <!ENTITY GstXML SYSTEM "xml/gstxml.xml">
-<!ENTITY GstXMLRegistry SYSTEM "xml/gstxmlregistry.xml">
 
 <!ENTITY GstAdapter SYSTEM "xml/gstadapter.xml">
 <!ENTITY GstBaseSrc SYSTEM "xml/gstbasesrc.xml">
     &GstValue;
     &GstVersion;
     &GstXML;
-    &GstXMLRegistry;
 
   </chapter>
 
index eca1e79..5b8bc3a 100644 (file)
@@ -2198,23 +2198,6 @@ gst_xml_get_type
 
 
 <SECTION>
-<FILE>gstxmlregistry</FILE>
-<TITLE>GstXMLRegistry</TITLE>
-GstXMLRegistry
-gst_xml_registry_new
-<SUBSECTION Standard>
-GstXMLRegistryClass
-GST_XML_REGISTRY
-GST_IS_XML_REGISTRY
-GST_XML_REGISTRY_CLASS
-GST_IS_XML_REGISTRY_CLASS
-GST_XML_REGISTRY_GET_CLASS
-GST_TYPE_XML_REGISTRY
-<SUBSECTION Private>
-gst_xml_registry_get_type
-</SECTION>
-
-<SECTION>
 <FILE>gstenumtypes</FILE>
 <TITLE>GstEnumTypes</TITLE>
 </SECTION>
index f2f224f..324f242 100644 (file)
@@ -34,12 +34,6 @@ gst_task_get_type
 gst_type_find_factory_get_type
 gst_xml_get_type
 
-%registries
-
-#include <gst/registries/gstlibxmlregistry.h>
-
-gst_xml_registry_get_type
-
 % base classes
 
 #include <gst/base/gstadapter.h>
index 1887252..fb831f6 100644 (file)
@@ -973,6 +973,16 @@ Sets the parent of an element.
 @Returns: 
 
 
+<!-- ##### FUNCTION gst_element_set_state_async ##### -->
+<para>
+
+</para>
+
+@element: 
+@state: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gst_element_state_get_name ##### -->
 <para>
 
index 0968778..e1345e8 100644 (file)
@@ -67,13 +67,6 @@ The plugin loading errors
 The plugin object
 </para>
 
-@desc: 
-@filename: 
-@features: 
-@numfeatures: 
-@manager: 
-@module: 
-@_gst_reserved: 
 
 <!-- ##### STRUCT GstPluginDesc ##### -->
 <para>
@@ -86,7 +79,6 @@ loaded will use this variable to initialize the plugin.
 @name: a unique name of the plugin
 @description: 
 @plugin_init: The init function of this plugin.
-@plugin_exit: 
 @version: version of the plugin
 @license: effective license of plugin
 @source: 
@@ -106,14 +98,6 @@ It will be called by the loader at statup.
 @module: The <classname>GModule</classname> it was loaded from
 
 
-<!-- ##### USER_FUNCTION GstPluginExitFunc ##### -->
-<para>
-Exiting function when plugin is unloaded.
-</para>
-
-@plugin: The plugin object that can be used to unregister stuff for this plugin.
-
-
 <!-- ##### MACRO GST_PLUGIN_DEFINE ##### -->
 <para>
 This macro needs to be used to define the entry point and meta data of a plugin.
@@ -129,6 +113,8 @@ One would use this macro to export a plugin, so that it can be used by other app
 @license: under which licence the package has been released, e.g. GPL, LGPL.
 @package: the package-name (e.g. PACKAGE_NAME from config.h)
 @origin: a description from where the package comes from (e.g. the homepage URL)
+<!-- # Unused Parameters # -->
+@domain: 
 
 
 <!-- ##### MACRO GST_PLUGIN_DEFINE_STATIC ##### -->
@@ -146,6 +132,8 @@ One would use this macro to define a local plugin that can only be used by the o
 @license: under which licence the package has been released, e.g. GPL, LGPL.
 @package: the package-name (e.g. PACKAGE_NAME from config.h)
 @origin: a description from where the package comes from (e.g. the homepage URL)
+<!-- # Unused Parameters # -->
+@domain: 
 
 
 <!-- ##### MACRO GST_LICENSE_UNKNOWN ##### -->
@@ -330,15 +318,6 @@ to get a list of plugins that match certain criteria.
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_plugin_unload_plugin ##### -->
-<para>
-
-</para>
-
-@plugin: 
-@Returns: 
-
-
 <!-- ##### FUNCTION gst_plugin_add_feature ##### -->
 <para>
 
@@ -353,7 +332,9 @@ to get a list of plugins that match certain criteria.
 
 </para>
 
-@name
+@plugin
 @Returns: 
+<!-- # Unused Parameters # -->
+@name: 
 
 
index 96a2e5e..0f433cd 100644 (file)
@@ -50,23 +50,6 @@ to get a list of pluginfeature that match certain criteria.
 @Returns: TRUE for a positive match, FALSE otherwise
 
 
-<!-- ##### FUNCTION gst_plugin_feature_ensure_loaded ##### -->
-<para>
-
-</para>
-
-@feature: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gst_plugin_feature_unload_thyself ##### -->
-<para>
-
-</para>
-
-@feature: 
-
-
 <!-- ##### FUNCTION gst_plugin_feature_type_name_filter ##### -->
 <para>