mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 04:24:18 +00:00
Library docs update
Original commit message from CVS: Library docs update
This commit is contained in:
parent
092db54409
commit
4454f1f2a2
4 changed files with 36 additions and 5 deletions
|
@ -16,6 +16,7 @@ gst_colorspace_destroy
|
|||
<SUBSECTION Standard>
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstriff</FILE>
|
||||
<INCLUDE>libs/riff/gstriff.h</INCLUDE>
|
||||
|
@ -172,11 +173,13 @@ gst_riff_strf_auds
|
|||
gst_riff_riff
|
||||
gst_riff_list
|
||||
gst_riff_chunk
|
||||
gst_riff_index_entry
|
||||
GstRiff
|
||||
GstRiffChunk
|
||||
GstRiffCallback
|
||||
gst_riff_parser_new
|
||||
gst_riff_parser_next_buffer
|
||||
gst_riff_parser_resync
|
||||
gst_riff_encoder_new
|
||||
gst_riff_encoder_avih
|
||||
gst_riff_encoder_strh
|
||||
|
@ -423,10 +426,11 @@ DCTBLOCK[DCTSIZE2]
|
|||
INT32
|
||||
gst_idct_int_idct
|
||||
gst_idct_init_fast_int_idct
|
||||
gst_idct_init_float_idct
|
||||
gst_idct_fast_int_idct
|
||||
gst_idct_mmx_idct
|
||||
gst_idct_mmx32_idct
|
||||
gst_idct_init_float_idct
|
||||
gst_idct_sse_idct
|
||||
gst_idct_float_idct
|
||||
</SECTION>
|
||||
|
||||
|
|
|
@ -67,6 +67,13 @@ dct
|
|||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_idct_fast_int_idct ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -91,11 +98,12 @@ dct
|
|||
@block:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_idct_init_float_idct ##### -->
|
||||
<!-- ##### FUNCTION gst_idct_sse_idct ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@block:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_idct_float_idct ##### -->
|
||||
|
|
|
@ -26,6 +26,7 @@ The different IDCT methods available
|
|||
@GST_IDCT_FLOAT: accurate float version
|
||||
@GST_IDCT_MMX: fast MMX (not IEEE compliant)
|
||||
@GST_IDCT_MMX32: accurate MMX
|
||||
@GST_IDCT_SSE:
|
||||
|
||||
<!-- ##### STRUCT GstIDCT ##### -->
|
||||
<para>
|
||||
|
|
|
@ -1074,6 +1074,15 @@ Create a FOURCC
|
|||
@id:
|
||||
@size:
|
||||
|
||||
<!-- ##### STRUCT gst_riff_index_entry ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@id:
|
||||
@flags:
|
||||
@size:
|
||||
|
||||
<!-- ##### STRUCT GstRiff ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -1104,11 +1113,11 @@ Create a FOURCC
|
|||
|
||||
<!-- ##### USER_FUNCTION GstRiffCallback ##### -->
|
||||
<para>
|
||||
|
||||
This function will be called when a new chunk has been decoded
|
||||
</para>
|
||||
|
||||
@chunk:
|
||||
@data:
|
||||
@chunk: the chunk
|
||||
@data: user data
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_riff_parser_new ##### -->
|
||||
|
@ -1132,6 +1141,15 @@ Subit a new buffer to the parser
|
|||
@Returns: one of the return values
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_riff_parser_resync ##### -->
|
||||
<para>
|
||||
Resync the parser to a new offset
|
||||
</para>
|
||||
|
||||
@riff: the parser
|
||||
@offset: the new offset to resync to
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_riff_encoder_new ##### -->
|
||||
<para>
|
||||
Create a new riff encoder
|
||||
|
|
Loading…
Reference in a new issue