From d587018043c65d6d0ef95bf4001e9c2d5c2ac6ba Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 14 Sep 2005 22:05:54 +0000 Subject: [PATCH] whoops, wrong commit Original commit message from CVS: whoops, wrong commit --- common | 2 +- docs/gst/tmpl/gstelement.sgml | 13 +++---------- docs/gst/tmpl/gstenumtypes.sgml | 3 +++ docs/gst/tmpl/gstimplementsinterface.sgml | 3 +++ docs/gst/tmpl/gstindex.sgml | 3 +++ docs/gst/tmpl/gstindexfactory.sgml | 3 +++ docs/gst/tmpl/gstinfo.sgml | 3 +++ docs/gst/tmpl/gstobject.sgml | 3 +++ docs/gst/tmpl/gstpad.sgml | 3 +++ docs/gst/tmpl/gstpadtemplate.sgml | 3 +++ docs/gst/tmpl/gstpipeline.sgml | 3 +++ docs/gst/tmpl/gstplugin.sgml | 3 +++ docs/gst/tmpl/gstpluginfeature.sgml | 3 +++ docs/gst/tmpl/gsttypes.sgml | 3 +++ docs/gst/tmpl/gstvalue.sgml | 3 +++ docs/libs/tmpl/gstdataprotocol.sgml | 3 +++ docs/libs/tmpl/gstgetbits.sgml | 3 +++ 17 files changed, 49 insertions(+), 11 deletions(-) diff --git a/common b/common index 9563779845..beb88603e0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9563779845a70c73dd9bc9ff6750b155e2b4cba2 +Subproject commit beb88603e0babccd4e8548b676b4b5c9dd6e28db diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index 87cad85f2f..1887252ca9 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -65,6 +65,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given + + + @@ -970,16 +973,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@state: -@Returns: - - diff --git a/docs/gst/tmpl/gstenumtypes.sgml b/docs/gst/tmpl/gstenumtypes.sgml index e9361f1d49..52ba68c410 100644 --- a/docs/gst/tmpl/gstenumtypes.sgml +++ b/docs/gst/tmpl/gstenumtypes.sgml @@ -14,3 +14,6 @@ all gstreamer core related enumerations + + + diff --git a/docs/gst/tmpl/gstimplementsinterface.sgml b/docs/gst/tmpl/gstimplementsinterface.sgml index 5683450aeb..df7fb5fbb1 100644 --- a/docs/gst/tmpl/gstimplementsinterface.sgml +++ b/docs/gst/tmpl/gstimplementsinterface.sgml @@ -14,6 +14,9 @@ Core interface implemented by #GstElements that allows runtime querying of inter + + + diff --git a/docs/gst/tmpl/gstindex.sgml b/docs/gst/tmpl/gstindex.sgml index 74254d5994..1eac0eebd0 100644 --- a/docs/gst/tmpl/gstindex.sgml +++ b/docs/gst/tmpl/gstindex.sgml @@ -15,6 +15,9 @@ in a pipeline. #GstIndexFactory + + + diff --git a/docs/gst/tmpl/gstindexfactory.sgml b/docs/gst/tmpl/gstindexfactory.sgml index f458efdc31..7c86974bf3 100644 --- a/docs/gst/tmpl/gstindexfactory.sgml +++ b/docs/gst/tmpl/gstindexfactory.sgml @@ -14,6 +14,9 @@ GstIndexFactory is used to dynamically create GstIndex implementations. #GstIndex + + + The GstIndexFactory object diff --git a/docs/gst/tmpl/gstinfo.sgml b/docs/gst/tmpl/gstinfo.sgml index 59e5b431f1..a8b3a38aa6 100644 --- a/docs/gst/tmpl/gstinfo.sgml +++ b/docs/gst/tmpl/gstinfo.sgml @@ -68,6 +68,9 @@ categories. These are explained at GST_DEBUG_CATEGORY_INIT(). and environment variables that affect the debugging output. + + + The level defines the importance of a debugging message. The more important a diff --git a/docs/gst/tmpl/gstobject.sgml b/docs/gst/tmpl/gstobject.sgml index 07dc892623..ca8c2fbe8e 100644 --- a/docs/gst/tmpl/gstobject.sgml +++ b/docs/gst/tmpl/gstobject.sgml @@ -67,6 +67,9 @@ object. + + + diff --git a/docs/gst/tmpl/gstpad.sgml b/docs/gst/tmpl/gstpad.sgml index 49983007c4..3c0d226a74 100644 --- a/docs/gst/tmpl/gstpad.sgml +++ b/docs/gst/tmpl/gstpad.sgml @@ -57,6 +57,9 @@ Last reviewed on December 13th, 2002 (0.5.0.1) #GstPadTemplate, #GstElement, #GstEvent + + + diff --git a/docs/gst/tmpl/gstpadtemplate.sgml b/docs/gst/tmpl/gstpadtemplate.sgml index 9ea3315952..117ebb677e 100644 --- a/docs/gst/tmpl/gstpadtemplate.sgml +++ b/docs/gst/tmpl/gstpadtemplate.sgml @@ -73,6 +73,9 @@ The following example shows you how to add the padtemplate to an elementfactory: #GstPad, #GstElementFactory + + + The padtemplate object. diff --git a/docs/gst/tmpl/gstpipeline.sgml b/docs/gst/tmpl/gstpipeline.sgml index 15c5a6bdb5..a5010b823f 100644 --- a/docs/gst/tmpl/gstpipeline.sgml +++ b/docs/gst/tmpl/gstpipeline.sgml @@ -21,6 +21,9 @@ the pipeline, use gst_object_unref() to free its resources. #GstBin + + + diff --git a/docs/gst/tmpl/gstplugin.sgml b/docs/gst/tmpl/gstplugin.sgml index fca5f99b9b..0968778f2b 100644 --- a/docs/gst/tmpl/gstplugin.sgml +++ b/docs/gst/tmpl/gstplugin.sgml @@ -35,6 +35,9 @@ to bring the plugin into memory. #GstPluginFeature, #GstType, #GstAutoplug, #GstElementFactory + + + Get the error quark diff --git a/docs/gst/tmpl/gstpluginfeature.sgml b/docs/gst/tmpl/gstpluginfeature.sgml index 63952932fc..96a2e5e5cd 100644 --- a/docs/gst/tmpl/gstpluginfeature.sgml +++ b/docs/gst/tmpl/gstpluginfeature.sgml @@ -14,6 +14,9 @@ This is a base class for anything that can be added to a #GstPlugin. #GstPlugin + + + diff --git a/docs/gst/tmpl/gsttypes.sgml b/docs/gst/tmpl/gsttypes.sgml index e1ca64c342..136d62e3f5 100644 --- a/docs/gst/tmpl/gsttypes.sgml +++ b/docs/gst/tmpl/gsttypes.sgml @@ -14,6 +14,9 @@ various global enums and constants + + + diff --git a/docs/gst/tmpl/gstvalue.sgml b/docs/gst/tmpl/gstvalue.sgml index 0e7aa4405f..299cf49375 100644 --- a/docs/gst/tmpl/gstvalue.sgml +++ b/docs/gst/tmpl/gstvalue.sgml @@ -14,6 +14,9 @@ GValue implementations specific to GStreamer + + + diff --git a/docs/libs/tmpl/gstdataprotocol.sgml b/docs/libs/tmpl/gstdataprotocol.sgml index 0277c7c033..c5446c903f 100644 --- a/docs/libs/tmpl/gstdataprotocol.sgml +++ b/docs/libs/tmpl/gstdataprotocol.sgml @@ -27,6 +27,9 @@ network connections also need a protocol to do this. #GstBuffer, #GstCaps, #GstEvent + + + diff --git a/docs/libs/tmpl/gstgetbits.sgml b/docs/libs/tmpl/gstgetbits.sgml index 1d107d65fa..e3e087a241 100644 --- a/docs/libs/tmpl/gstgetbits.sgml +++ b/docs/libs/tmpl/gstgetbits.sgml @@ -14,6 +14,9 @@ accelerated routines for getting bits from a data stream. + + +