From: Stefan Kost Date: Fri, 14 May 2004 15:17:30 +0000 (+0000) Subject: backed out the change of gst.h added some comment about building docs to README X-Git-Tag: RELEASE-0_8_2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fa85fa4243fb7df1da74442c4d47ca841abb417;p=platform%2Fupstream%2Fgstreamer.git backed out the change of gst.h added some comment about building docs to README Original commit message from CVS: backed out the change of gst.h added some comment about building docs to README --- diff --git a/docs/README b/docs/README index 6c4b776..3351b1d 100644 --- a/docs/README +++ b/docs/README @@ -29,7 +29,7 @@ OVERVIEW - in .fig - in .png (and maybe others) * We want to generate docs in HTML, PS and PDF -* We want to use xmlto to generate these +* We want to use xml to to generate these CONVENTIONS ----------- @@ -92,9 +92,17 @@ GTK-DOC NOTES * files under CVS control: - Makefile.am - - gstreamer-sections.txt, gstreamer.types.in, gstreamer-docs.sgml + - gstreamer-sections.txt + describes which symbols later appear on one api-doc page + configure which symbols are shown/invisible/private + - gstreamer.types + the types file lists all get_type() functions that register the GObject types + - gstreamer-docs.sgml + defines the overall structure of the api documentation - tmpl/ - (FIXME: describe what each of these files do) + - only add the file to CVS if you have at least filled the short description + (filename corresponds to the tag in the sections file) + - document as much as possible in the source (*.c files) * what to do when adding a new piece of API: - add both an entity and use the entity in gstreamer-docs.sgml @@ -122,8 +130,8 @@ GTK-DOC NOTES - Warning: multiple "IDs" for constraint linkend: gst-tag-register. - check if gst_tag_register is listed more than once in -sections.txt -WBSITE DOCUMENTATION -==================== +WEBSITE DOCUMENTATION +===================== Updating the online documentation is pretty simple. Make sure that you diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index 0548dfa..f59104d 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -44,9 +44,6 @@ - @@ -101,9 +98,6 @@ with some more specialized elements. &GstPluginFeature; &GstProbe; &GstQuery; - &GstQueue; &GstRegistry; &GstRegistryPool; diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index a0b1b33..72c29b7 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1,6 +1,5 @@
gstbin -GST_BIN_CLASS GstBinFlags GstBin gst_bin_new @@ -24,6 +23,7 @@ GST_BIN GST_IS_BIN GST_TYPE_BIN gst_bin_get_type +GST_BIN_CLASS GST_IS_BIN_CLASS GST_BIN_GET_CLASS
diff --git a/docs/gst/gstreamer.types b/docs/gst/gstreamer.types index e36dcf9..91cfa7d 100644 --- a/docs/gst/gstreamer.types +++ b/docs/gst/gstreamer.types @@ -1,4 +1,5 @@ #include +#include gst_object_get_type gst_element_get_type @@ -18,4 +19,3 @@ gst_index_get_type gst_index_factory_get_type gst_xml_get_type gst_queue_get_type -gst_xml_registry_get_type diff --git a/docs/gst/tmpl/gstbin.sgml b/docs/gst/tmpl/gstbin.sgml index 5621bbe..ed71bc4 100644 --- a/docs/gst/tmpl/gstbin.sgml +++ b/docs/gst/tmpl/gstbin.sgml @@ -55,14 +55,6 @@ clock providers in the bin. - - - - - -@klass: - - Flags for a bin. diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index db219c4..ad7905f 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -124,6 +124,8 @@ and gst_element_set_clock(). You can wait for the clock to reach a given +@: + @gstelement: the object which received the signal. diff --git a/gst/gst.h b/gst/gst.h index 2150467..00dee0f 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -65,7 +64,6 @@ #include #include #include -#include /* API compatibility stuff */ #include