Added some more object to the object hierarchy
authorWim Taymans <wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:55:12 +0000 (19:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:55:12 +0000 (19:55 +0000)
Original commit message from CVS:
Added some more object to the object hierarchy

docs/gst/Makefile.am
docs/gst/gstreamer.hierarchy
docs/gst/gstreamer.types.in
docs/gst/tmpl/gstautoplug.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstobject.sgml
docs/gst/tmpl/gsttypefactory.sgml
docs/gst/tmpl/gstxml.sgml

index a9b1fe9..7373723 100644 (file)
@@ -16,7 +16,9 @@ EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt $
 
 HTML_DIR=$(datadir)/gstreamer/html
 
-GST_LIBS += $(top_builddir)/gst/elements/libgstelements.la
+GST_LIBS += $(top_builddir)/gst/elements/libgstelements.la \
+           $(top_builddir)/gst/autoplug/libgststaticautoplug.la \
+           $(top_builddir)/gst/autoplug/libgststaticautoplugrender.la
 
 
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
index fa34a9a..9b9cf68 100644 (file)
@@ -47,3 +47,11 @@ GtkObject
         GstQueue
         GstTypeFind
       GstPad
+      GstPluginFeature
+        GstAutoplugFactory
+        GstTypeFactory
+        GstElementFactory
+      GstSchedule
+      GstAutoplug
+        GstStaticAutoplug
+        GstStaticAutoplugRender
index d5bc1de..a16572f 100644 (file)
@@ -9,6 +9,12 @@ gst_pipeline_get_type
 gst_pad_get_type
 gst_thread_get_type
 gst_tee_get_type
+gst_plugin_feature_get_type
+gst_schedule_get_type
+gst_autoplugfactory_get_type
+gst_typefactory_get_type
+gst_elementfactory_get_type
+gst_xml_get_type
 
 gst_aggregator_get_type
 gst_fakesrc_get_type
index 61e1815..f07c1c5 100644 (file)
@@ -100,7 +100,6 @@ Use the regular gst_object_destroy() call to destroy the autoplugger.
 
 </para>
 
-@object: 
 
 <!-- ##### ENUM GstAutoplugFlags ##### -->
 <para>
@@ -116,9 +115,6 @@ The type of the autoplugger.
 
 </para>
 
-@feature: 
-@longdesc: 
-@type: 
 
 <!-- ##### FUNCTION gst_autoplug_signal_new_object ##### -->
 <para>
index 4370578..5903439 100644 (file)
@@ -225,12 +225,6 @@ of the element, the GtkType value for it, as well as a pointer to the
 GstElementDetails struct for the element.
 </para>
 
-@feature: 
-@type: 
-@details_dynamic: 
-@details: 
-@padtemplates: 
-@numpadtemplates: 
 
 <!-- ##### USER_FUNCTION GstElementLoopFunction ##### -->
 <para>
index cf50e92..f9a8c94 100644 (file)
@@ -296,3 +296,8 @@ this signal to insert custom XML tags into the core XML.
 @gstobject: the object which received the signal.
 @arg1: the xmlNodePtr of the parent node
 
+<!-- ##### ARG GstObject:name ##### -->
+<para>
+
+</para>
+
index 0ac10c4..a3e03af 100644 (file)
@@ -56,10 +56,6 @@ gst_plugin_add_feature() as shown in the example:
 The struct with the typefactory information.
 </para>
 
-@feature: 
-@mime: 
-@exts: 
-@typefindfunc: 
 
 <!-- ##### STRUCT GstTypeDefinition ##### -->
 <para>
index 4388cd4..933c242 100644 (file)
@@ -103,3 +103,12 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
 @arg1: 
 @arg2: 
 
+<!-- ##### SIGNAL GstXml::object-loaded ##### -->
+<para>
+
+</para>
+
+@gstxml: the object which received the signal.
+@arg1: 
+@arg2: 
+