From: Wim Taymans Date: Tue, 27 Mar 2001 17:34:39 +0000 (+0000) Subject: More docs updates X-Git-Tag: BRANCH-INCSCHED1-200104161-ROOT~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426ac6ae66c9ad1afdbe4572a4c9f9fe2ec14dfe;p=platform%2Fupstream%2Fgstreamer.git More docs updates Original commit message from CVS: More docs updates --- diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 7904d54..3c0cde7 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -619,6 +619,9 @@ gst_typefactory_save_thyself
gstcaps GstCaps +GST_CAPS_LOCK +GST_CAPS_TRYLOCK +GST_CAPS_UNLOCK GstCaps GstCapsFactory GstCapsFactoryEntry @@ -649,10 +652,12 @@ gst_caps_get_boolean gst_caps_get_by_name gst_caps_get_fourcc_int gst_caps_get_int +gst_caps_get_string gst_caps_save_thyself gst_caps_load_thyself +GST_CAPS
@@ -667,6 +672,7 @@ GST_PROPS_INT_RANGE GST_PROPS_FOURCC GST_PROPS_FOURCC_INT GST_PROPS_BOOLEAN +GST_PROPS_STRING gst_props_register gst_props_register_count gst_props_new @@ -681,6 +687,7 @@ gst_props_set gst_props_get_boolean gst_props_get_fourcc_int gst_props_get_int +gst_props_get_string gst_props_save_thyself gst_props_load_thyself @@ -693,6 +700,7 @@ GST_PROPS_INT_ID GST_PROPS_INT_RANGE_ID GST_PROPS_FOURCC_ID GST_PROPS_BOOL_ID +GST_PROPS_STRING_ID GST_PROPS_LAST_ID
@@ -927,6 +935,20 @@ GST_IS_TYPEFIND_CLASS
+gstmultidisksrc +GstMultiDiskSrc +GstMultiDiskSrcFlags + +GstMultiDiskSrc +GST_MULTIDISKSRC +GST_IS_MULTIDISKSRC +GST_TYPE_MULTIDISKSRC +gst_multidisksrc_get_type +GST_MULTIDISKSRC_CLASS +GST_IS_MULTIDISKSRC_CLASS +
+ +
gst/meta/spectrum.h spectrum MetaAudioSpectrum diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index 014c285..621f276 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -15,6 +15,30 @@ a mime-type and a set of properties. + + +Lock the caps structure + + +@caps: The caps structure to lock + + + + +Try to lock the caps structure + + +@caps: The caps structure to try to lock + + + + +Unlock the caps structure + + +@caps: The caps structure to unlock + + @@ -22,10 +46,10 @@ a mime-type and a set of properties. @name: the name of the capability, for the application @id: the typeid of the capability -@refcount: -@lock: +@refcount: a refcounter for this caps structure +@lock: the lock for this caps structure @properties: the properties of the capability -@next: +@next: a pointer to the next caps. @@ -233,9 +257,6 @@ a mime-type and a set of properties. @fromcaps: @tocaps: @Returns: - -@caps1: -@caps2: diff --git a/docs/gst/tmpl/gstprops.sgml b/docs/gst/tmpl/gstprops.sgml index eb27fb0..d0bf0f2 100644 --- a/docs/gst/tmpl/gstprops.sgml +++ b/docs/gst/tmpl/gstprops.sgml @@ -88,6 +88,14 @@ Create a boolean property. @a: the boolean property + + + + + +@a: + + @@ -226,6 +234,16 @@ Create a boolean property. @Returns: + + + + + +@props: +@name: +@Returns: + + diff --git a/docs/gst/tmpl/gstreamer-unused.sgml b/docs/gst/tmpl/gstreamer-unused.sgml index 2e111ac..eccefac 100644 --- a/docs/gst/tmpl/gstreamer-unused.sgml +++ b/docs/gst/tmpl/gstreamer-unused.sgml @@ -67,21 +67,21 @@ Query the element for the current mime type - + @pad: -@buf: +@parent: - + @pad: -@parent: +@buf: @@ -91,20 +91,20 @@ Query the element for the current mime type @pad: @buf: - + -@pad: -@buf: +@Returns: - + -@Returns: +@pad: +@buf: @@ -349,16 +349,16 @@ subclass use this to start their flag enumeration @audiosink: @channels: + +Generic connection between elements. + + - -Generic connection between elements. - - @@ -602,13 +602,13 @@ Specify the current offset in the file. - + - + @@ -642,32 +642,32 @@ Specify the current offset in the file. @name: @Returns: - + - + - + -@id: -@sink: +@src: - + -@src: +@id: +@sink: @@ -1066,19 +1066,19 @@ GstFilter @obj: - + -@Returns: +@obj: - + -@obj: +@Returns: @@ -1164,19 +1164,19 @@ GstColorSpace @obj: - + -@klass: +@Returns: - + -@Returns: +@klass: @@ -1207,19 +1207,19 @@ GstColorSpace @pad: @Returns: - + -@name: -@Returns: - + +@name: +@Returns: @@ -1357,16 +1357,16 @@ This macro sets the given flags. + +GstSink + + A flag indicating that MMX instructions are supported. - -GstSink - - @@ -1650,19 +1650,19 @@ or a video card. - + -@Returns: +@obj: - + -@obj: +@Returns: @@ -1684,19 +1684,19 @@ Query whether this object has multiple input pads. @obj: Element to query for multiple input pads. - + -@format: -@args...: - + +@format: +@args...: @@ -2052,20 +2052,20 @@ The start point of a filter graph @audiosink: - + -This macro unsets the given state on the element. + -@obj: Element to unset state of. -@flag: State to unset, can be any number of bits in guint32. +@obj: - + - +This macro unsets the given state on the element. -@obj: +@obj: Element to unset state of. +@flag: State to unset, can be any number of bits in guint32. @@ -2132,13 +2132,6 @@ The number of bytes per read. @obj: - - - - - -@Returns: - @@ -2149,6 +2142,13 @@ The number of bytes per read. @format: @args...: + + + + + +@Returns: + @@ -2253,21 +2253,21 @@ This macro sets the given state on the element. @obj: - + -@src: -@offset: -@size: +@Returns: - + -@Returns: +@src: +@offset: +@size: @@ -2353,13 +2353,13 @@ A flag indicating that SSE instructions are supported. @obj: - + - + @@ -2502,20 +2502,20 @@ the offset. - + -@obj: +@name: +@Returns: - + -@name: -@Returns: +@obj: @@ -2565,19 +2565,19 @@ plugin @klass: - + -@obj: +@klass: - + -@klass: +@obj: