mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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 spectrum SYSTEM "sgml/spectrum.sgml">
|
||||
<!entity videoraw SYSTEM "sgml/videoraw.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>
|
||||
|
||||
&spectrum;
|
||||
&videoraw;
|
||||
</chapter>
|
||||
|
||||
<chapter id="autopluggers">
|
||||
|
|
|
@ -666,13 +666,17 @@ GST_CAPS
|
|||
GstProps
|
||||
GstPropsFactoryEntry
|
||||
GstPropsFactory[]
|
||||
GST_MAKE_FOURCC
|
||||
GST_PROPS_LIST
|
||||
GST_PROPS_INT
|
||||
GST_PROPS_INT_RANGE
|
||||
GST_PROPS_FOURCC
|
||||
GST_PROPS_FOURCC_INT
|
||||
GST_PROPS_BOOLEAN
|
||||
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_count
|
||||
gst_props_new
|
||||
|
@ -702,6 +706,8 @@ GST_PROPS_FOURCC_ID
|
|||
GST_PROPS_BOOL_ID
|
||||
GST_PROPS_STRING_ID
|
||||
GST_PROPS_LAST_ID
|
||||
GST_PROPS_FLOAT_ID
|
||||
GST_PROPS_FLOAT_RANGE_ID
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -954,12 +960,3 @@ GST_IS_MULTIDISKSRC_CLASS
|
|||
MetaAudioSpectrum
|
||||
</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:
|
||||
|
||||
|
||||
<!-- ##### MACRO gst_caps_get_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@caps:
|
||||
@name:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_caps_save_thyself ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -36,6 +36,17 @@ GstCaps
|
|||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GST_MAKE_FOURCC ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@a:
|
||||
@b:
|
||||
@c:
|
||||
@d:
|
||||
|
||||
|
||||
<!-- ##### MACRO GST_PROPS_LIST ##### -->
|
||||
<para>
|
||||
Create a list of properties.
|
||||
|
@ -67,19 +78,12 @@ Construct a fourcc property out of four bytes.
|
|||
</para>
|
||||
|
||||
@a: first byte
|
||||
<!-- # Unused Parameters # -->
|
||||
@b: second byte
|
||||
@c: third 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 ##### -->
|
||||
<para>
|
||||
Create a boolean property.
|
||||
|
@ -96,6 +100,40 @@ Create a boolean property.
|
|||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -381,6 +381,19 @@ Generic connection between elements.
|
|||
@format:
|
||||
@args...:
|
||||
|
||||
<!-- ##### STRUCT MetaVideoRaw ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@meta:
|
||||
@format:
|
||||
@visual:
|
||||
@width:
|
||||
@height:
|
||||
@overlay_info:
|
||||
@dga_info:
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:See_Also ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -521,6 +534,13 @@ Generic connection between elements.
|
|||
@pad:
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -602,6 +622,16 @@ Specify the current offset in the file.
|
|||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT MetaDGA ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@base:
|
||||
@swidth:
|
||||
@sheight:
|
||||
@bytes_per_line:
|
||||
|
||||
<!-- ##### SECTION ./tmpl/GstElement.sgml:Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -1095,6 +1125,16 @@ GstFilter
|
|||
|
||||
@thread:
|
||||
|
||||
<!-- ##### STRUCT OverlayClip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x1:
|
||||
@x2:
|
||||
@y1:
|
||||
@y2:
|
||||
|
||||
<!-- ##### ENUM GstSrcFlags ##### -->
|
||||
<para>
|
||||
Flags for the GstSrc element
|
||||
|
@ -1735,6 +1775,12 @@ Query whether this object has multiple input pads.
|
|||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/videoraw.sgml:Long_Description ##### -->
|
||||
<para>
|
||||
Information about video buffers.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_queue_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -1877,6 +1923,10 @@ on its own.
|
|||
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/videoraw.sgml:Title ##### -->
|
||||
videoraw
|
||||
|
||||
|
||||
<!-- ##### MACRO GST_IS_FILTER ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -1884,6 +1934,21 @@ on its own.
|
|||
|
||||
@obj:
|
||||
|
||||
<!-- ##### STRUCT MetaOverlay ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@wx:
|
||||
@wy:
|
||||
@overlay_element:
|
||||
@clip_count:
|
||||
@overlay_clip:
|
||||
@width:
|
||||
@height:
|
||||
@did_overlay:
|
||||
@fully_obscured:
|
||||
|
||||
<!-- ##### MACRO GST_TYPE_FILTER ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -2253,6 +2318,10 @@ This macro sets the given state on the element.
|
|||
|
||||
@obj:
|
||||
|
||||
<!-- ##### SECTION ./tmpl/videoraw.sgml:Short_Description ##### -->
|
||||
Information about video buffers.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_fdsink_get_type ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -2317,6 +2386,12 @@ Is trigered whenever the state of an element changes
|
|||
Information about audio buffers.
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/videoraw.sgml:See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gstfilter.sgml:Short_Description ##### -->
|
||||
Take data in and spit data out
|
||||
|
||||
|
|
Loading…
Reference in a new issue