mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: add flxdec docs
This commit is contained in:
parent
6772badb88
commit
7e46ad0e21
3 changed files with 17 additions and 0 deletions
|
@ -159,6 +159,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/equalizer/gstiirequalizernbands.h \
|
$(top_srcdir)/gst/equalizer/gstiirequalizernbands.h \
|
||||||
$(top_srcdir)/gst/flv/gstflvdemux.h \
|
$(top_srcdir)/gst/flv/gstflvdemux.h \
|
||||||
$(top_srcdir)/gst/flv/gstflvmux.h \
|
$(top_srcdir)/gst/flv/gstflvmux.h \
|
||||||
|
$(top_srcdir)/gst/flx/gstflxdec.h \
|
||||||
$(top_srcdir)/gst/goom/gstgoom.h \
|
$(top_srcdir)/gst/goom/gstgoom.h \
|
||||||
$(top_srcdir)/gst/goom2k1/gstgoom.h \
|
$(top_srcdir)/gst/goom2k1/gstgoom.h \
|
||||||
$(top_srcdir)/gst/law/alaw-decode.h \
|
$(top_srcdir)/gst/law/alaw-decode.h \
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
<xi:include href="xml/element-flactag.xml" />
|
<xi:include href="xml/element-flactag.xml" />
|
||||||
<xi:include href="xml/element-flvdemux.xml" />
|
<xi:include href="xml/element-flvdemux.xml" />
|
||||||
<xi:include href="xml/element-flvmux.xml" />
|
<xi:include href="xml/element-flvmux.xml" />
|
||||||
|
<xi:include href="xml/element-flxdec.xml" />
|
||||||
<xi:include href="xml/element-gamma.xml" />
|
<xi:include href="xml/element-gamma.xml" />
|
||||||
<xi:include href="xml/element-gconfaudiosrc.xml" />
|
<xi:include href="xml/element-gconfaudiosrc.xml" />
|
||||||
<xi:include href="xml/element-gconfaudiosink.xml" />
|
<xi:include href="xml/element-gconfaudiosink.xml" />
|
||||||
|
|
|
@ -794,6 +794,21 @@ GST_TYPE_FLV_MUX
|
||||||
gst_flv_mux_get_type
|
gst_flv_mux_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-flxdec</FILE>
|
||||||
|
<TITLE>flxdec</TITLE>
|
||||||
|
GstFlxDec
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstFlxDecClass
|
||||||
|
GstFlxDecState
|
||||||
|
GST_FLXDEC
|
||||||
|
GST_FLXDEC_CLASS
|
||||||
|
GST_IS_FLXDEC
|
||||||
|
GST_IS_FLXDEC_CLASS
|
||||||
|
GST_TYPE_FLXDEC
|
||||||
|
gst_flxdec_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-gamma</FILE>
|
<FILE>element-gamma</FILE>
|
||||||
<TITLE>gamma</TITLE>
|
<TITLE>gamma</TITLE>
|
||||||
|
|
Loading…
Reference in a new issue