mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some unused symbols.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some unused symbols.
This commit is contained in:
parent
bfd2b35dda
commit
afa01df289
2 changed files with 59 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||
Doc updates, merge some unused symbols.
|
||||
|
||||
2006-06-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -4,6 +4,12 @@ GstApeDemux
|
|||
<TITLE>apedemux</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstApeDemuxClass
|
||||
GST_APE_DEMUX
|
||||
GST_IS_APE_DEMUX
|
||||
GST_TYPE_APE_DEMUX
|
||||
gst_ape_demux_get_type
|
||||
GST_APE_DEMUX_CLASS
|
||||
GST_IS_APE_DEMUX_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -92,6 +98,13 @@ GstGoom
|
|||
<TITLE>goom</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstGoomClass
|
||||
GOOM_SAMPLES
|
||||
GST_GOOM
|
||||
GST_IS_GOOM
|
||||
GST_TYPE_GOOM
|
||||
gst_goom_get_type
|
||||
GST_GOOM_CLASS
|
||||
GST_IS_GOOM_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -124,6 +137,13 @@ GstApev2Mux
|
|||
<TITLE>apev2mux</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstApev2MuxClass
|
||||
GST_APEV2_MUX
|
||||
GST_IS_APEV2_MUX
|
||||
GST_TYPE_APEV2_MUX
|
||||
gst_apev2_mux_get_type
|
||||
GST_APEV2_MUX_CLASS
|
||||
GST_IS_APEV2_MUX_CLASS
|
||||
gst_apev2_mux_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -316,6 +336,40 @@ GstVideoMixerBackground
|
|||
<TITLE>videomixer</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GstVideoMixerClass
|
||||
GST_VIDEO_MIXER
|
||||
GST_IS_VIDEO_MIXER
|
||||
GST_TYPE_VIDEO_MIXER
|
||||
GST_VIDEO_MIXER_CLASS
|
||||
GST_IS_VIDEO_MIXER_CLASS
|
||||
GST_VIDEO_MIXER_PAD
|
||||
GST_VIDEO_MIXER_PAD_CLASS
|
||||
GST_IS_VIDEO_MIXER_PAD
|
||||
GST_IS_VIDEO_MIXER_PAD_CLASS
|
||||
GST_TYPE_VIDEO_MIXER_BACKGROUND
|
||||
GST_TYPE_VIDEO_MIXER_PAD
|
||||
GstVideoMixerCollect
|
||||
GstVideoMixerPad
|
||||
GstVideoMixerPadClass
|
||||
BLEND_ADD
|
||||
BLEND_DARKEN
|
||||
BLEND_DIFFERENCE
|
||||
BLEND_EXCLUSION
|
||||
BLEND_LIGHTEN
|
||||
BLEND_MODE
|
||||
BLEND_MULTIPLY
|
||||
BLEND_NORMAL
|
||||
BLEND_SOFTLIGHT
|
||||
BLEND_SUBTRACT
|
||||
DEFAULT_AUTOSCAN
|
||||
DEFAULT_BACKGROUND
|
||||
DEFAULT_BOUNDARY
|
||||
DEFAULT_PAD_ALPHA
|
||||
DEFAULT_PAD_XPOS
|
||||
DEFAULT_PAD_YPOS
|
||||
DEFAULT_PAD_ZORDER
|
||||
ROUND_UP_2
|
||||
ROUND_UP_4
|
||||
ROUND_UP_8
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
Loading…
Reference in a new issue