mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
Fixed the doc build warnings
Original commit message from CVS: Fixed the doc build warnings
This commit is contained in:
parent
0cd265424e
commit
406541cec0
5 changed files with 137 additions and 20 deletions
|
@ -41,7 +41,6 @@
|
||||||
<!entity GstTee SYSTEM "sgml/gsttee.sgml">
|
<!entity GstTee SYSTEM "sgml/gsttee.sgml">
|
||||||
|
|
||||||
<!entity spectrum SYSTEM "sgml/spectrum.sgml">
|
<!entity spectrum SYSTEM "sgml/spectrum.sgml">
|
||||||
<!entity videoraw SYSTEM "sgml/videoraw.sgml">
|
|
||||||
|
|
||||||
<!entity gstreamer-tree-index SYSTEM "sgml/tree_index.sgml">
|
<!entity gstreamer-tree-index SYSTEM "sgml/tree_index.sgml">
|
||||||
]>
|
]>
|
||||||
|
@ -142,7 +141,6 @@ with some more specialized elements.</para>
|
||||||
<para>MetaData is used to specify the content of buffers. See <classname>GstMeta</classname>. </para>
|
<para>MetaData is used to specify the content of buffers. See <classname>GstMeta</classname>. </para>
|
||||||
|
|
||||||
&spectrum;
|
&spectrum;
|
||||||
&videoraw;
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="autopluggers">
|
<chapter id="autopluggers">
|
||||||
|
|
|
@ -666,13 +666,17 @@ GST_CAPS
|
||||||
GstProps
|
GstProps
|
||||||
GstPropsFactoryEntry
|
GstPropsFactoryEntry
|
||||||
GstPropsFactory[]
|
GstPropsFactory[]
|
||||||
|
GST_MAKE_FOURCC
|
||||||
GST_PROPS_LIST
|
GST_PROPS_LIST
|
||||||
GST_PROPS_INT
|
GST_PROPS_INT
|
||||||
GST_PROPS_INT_RANGE
|
GST_PROPS_INT_RANGE
|
||||||
GST_PROPS_FOURCC
|
GST_PROPS_FOURCC
|
||||||
GST_PROPS_FOURCC_INT
|
|
||||||
GST_PROPS_BOOLEAN
|
GST_PROPS_BOOLEAN
|
||||||
GST_PROPS_STRING
|
GST_PROPS_STRING
|
||||||
|
GST_PROPS_FLOAT
|
||||||
|
GST_PROPS_FLOAT_RANGE
|
||||||
|
GST_PROPS_FLOAT_STRING
|
||||||
|
GST_PROPS_FLOAT_RANGE_STRING
|
||||||
gst_props_register
|
gst_props_register
|
||||||
gst_props_register_count
|
gst_props_register_count
|
||||||
gst_props_new
|
gst_props_new
|
||||||
|
@ -702,6 +706,8 @@ GST_PROPS_FOURCC_ID
|
||||||
GST_PROPS_BOOL_ID
|
GST_PROPS_BOOL_ID
|
||||||
GST_PROPS_STRING_ID
|
GST_PROPS_STRING_ID
|
||||||
GST_PROPS_LAST_ID
|
GST_PROPS_LAST_ID
|
||||||
|
GST_PROPS_FLOAT_ID
|
||||||
|
GST_PROPS_FLOAT_RANGE_ID
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -954,12 +960,3 @@ GST_IS_MULTIDISKSRC_CLASS
|
||||||
MetaAudioSpectrum
|
MetaAudioSpectrum
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<INCLUDE>gst/meta/videoraw.h</INCLUDE>
|
|
||||||
<FILE>videoraw</FILE>
|
|
||||||
MetaVideoRaw
|
|
||||||
MetaDGA
|
|
||||||
MetaOverlay
|
|
||||||
OverlayClip
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
|
|
|
@ -306,6 +306,15 @@ Unlock the caps structure
|
||||||
@name:
|
@name:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO gst_caps_get_string ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@caps:
|
||||||
|
@name:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_caps_save_thyself ##### -->
|
<!-- ##### FUNCTION gst_caps_save_thyself ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,17 @@ GstCaps
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_MAKE_FOURCC ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a:
|
||||||
|
@b:
|
||||||
|
@c:
|
||||||
|
@d:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_PROPS_LIST ##### -->
|
<!-- ##### MACRO GST_PROPS_LIST ##### -->
|
||||||
<para>
|
<para>
|
||||||
Create a list of properties.
|
Create a list of properties.
|
||||||
|
@ -67,19 +78,12 @@ Construct a fourcc property out of four bytes.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@a: first byte
|
@a: first byte
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@b: second byte
|
@b: second byte
|
||||||
@c: third byte
|
@c: third byte
|
||||||
@d: fourth byte
|
@d: fourth byte
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_PROPS_FOURCC_INT ##### -->
|
|
||||||
<para>
|
|
||||||
Create a fourcc property out of an integer value.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@a: the integer value
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_PROPS_BOOLEAN ##### -->
|
<!-- ##### MACRO GST_PROPS_BOOLEAN ##### -->
|
||||||
<para>
|
<para>
|
||||||
Create a boolean property.
|
Create a boolean property.
|
||||||
|
@ -96,6 +100,40 @@ Create a boolean property.
|
||||||
@a:
|
@a:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PROPS_FLOAT ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PROPS_FLOAT_RANGE ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a:
|
||||||
|
@b:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PROPS_FLOAT_STRING ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PROPS_FLOAT_RANGE_STRING ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a:
|
||||||
|
@b:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_props_register ##### -->
|
<!-- ##### FUNCTION gst_props_register ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -381,6 +381,19 @@ Generic connection between elements.
|
||||||
@format:
|
@format:
|
||||||
@args...:
|
@args...:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT MetaVideoRaw ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@meta:
|
||||||
|
@format:
|
||||||
|
@visual:
|
||||||
|
@width:
|
||||||
|
@height:
|
||||||
|
@overlay_info:
|
||||||
|
@dga_info:
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:See_Also ##### -->
|
<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -521,6 +534,13 @@ Generic connection between elements.
|
||||||
@pad:
|
@pad:
|
||||||
@caps:
|
@caps:
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PROPS_FOURCC_INT ##### -->
|
||||||
|
<para>
|
||||||
|
Create a fourcc property out of an integer value.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@a: the integer value
|
||||||
|
|
||||||
<!-- ##### MACRO GST_TYPE_SINK ##### -->
|
<!-- ##### MACRO GST_TYPE_SINK ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -602,6 +622,16 @@ Specify the current offset in the file.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT MetaDGA ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@base:
|
||||||
|
@swidth:
|
||||||
|
@sheight:
|
||||||
|
@bytes_per_line:
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/GstElement.sgml:Long_Description ##### -->
|
<!-- ##### SECTION ./tmpl/GstElement.sgml:Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1095,6 +1125,16 @@ GstFilter
|
||||||
|
|
||||||
@thread:
|
@thread:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT OverlayClip ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@x1:
|
||||||
|
@x2:
|
||||||
|
@y1:
|
||||||
|
@y2:
|
||||||
|
|
||||||
<!-- ##### ENUM GstSrcFlags ##### -->
|
<!-- ##### ENUM GstSrcFlags ##### -->
|
||||||
<para>
|
<para>
|
||||||
Flags for the GstSrc element
|
Flags for the GstSrc element
|
||||||
|
@ -1735,6 +1775,12 @@ Query whether this object has multiple input pads.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION ./tmpl/videoraw.sgml:Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
Information about video buffers.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_queue_new ##### -->
|
<!-- ##### FUNCTION gst_queue_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1877,6 +1923,10 @@ on its own.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION ./tmpl/videoraw.sgml:Title ##### -->
|
||||||
|
videoraw
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_IS_FILTER ##### -->
|
<!-- ##### MACRO GST_IS_FILTER ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1884,6 +1934,21 @@ on its own.
|
||||||
|
|
||||||
@obj:
|
@obj:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT MetaOverlay ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@wx:
|
||||||
|
@wy:
|
||||||
|
@overlay_element:
|
||||||
|
@clip_count:
|
||||||
|
@overlay_clip:
|
||||||
|
@width:
|
||||||
|
@height:
|
||||||
|
@did_overlay:
|
||||||
|
@fully_obscured:
|
||||||
|
|
||||||
<!-- ##### MACRO GST_TYPE_FILTER ##### -->
|
<!-- ##### MACRO GST_TYPE_FILTER ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -2253,6 +2318,10 @@ This macro sets the given state on the element.
|
||||||
|
|
||||||
@obj:
|
@obj:
|
||||||
|
|
||||||
|
<!-- ##### SECTION ./tmpl/videoraw.sgml:Short_Description ##### -->
|
||||||
|
Information about video buffers.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_fdsink_get_type ##### -->
|
<!-- ##### FUNCTION gst_fdsink_get_type ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -2317,6 +2386,12 @@ Is trigered whenever the state of an element changes
|
||||||
Information about audio buffers.
|
Information about audio buffers.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION ./tmpl/videoraw.sgml:See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/gstfilter.sgml:Short_Description ##### -->
|
<!-- ##### SECTION ./tmpl/gstfilter.sgml:Short_Description ##### -->
|
||||||
Take data in and spit data out
|
Take data in and spit data out
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue