mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs: add faac to documentation
This commit is contained in:
parent
ceb6792447
commit
e2d9bcc22d
3 changed files with 16 additions and 0 deletions
|
@ -96,6 +96,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/ext/directfb/dfbvideosink.h \
|
$(top_srcdir)/ext/directfb/dfbvideosink.h \
|
||||||
$(top_srcdir)/ext/dts/gstdtsdec.h \
|
$(top_srcdir)/ext/dts/gstdtsdec.h \
|
||||||
$(top_srcdir)/ext/ivorbis/vorbisdec.h \
|
$(top_srcdir)/ext/ivorbis/vorbisdec.h \
|
||||||
|
$(top_srcdir)/ext/faac/gstfaac.h \
|
||||||
$(top_srcdir)/ext/jack/gstjackaudiosrc.h \
|
$(top_srcdir)/ext/jack/gstjackaudiosrc.h \
|
||||||
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
||||||
$(top_srcdir)/ext/kate/gstkateenc.h \
|
$(top_srcdir)/ext/kate/gstkateenc.h \
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
<xi:include href="xml/element-dtsdec.xml" />
|
<xi:include href="xml/element-dtsdec.xml" />
|
||||||
<xi:include href="xml/element-dvbsrc.xml" />
|
<xi:include href="xml/element-dvbsrc.xml" />
|
||||||
<xi:include href="xml/element-dvdspu.xml" />
|
<xi:include href="xml/element-dvdspu.xml" />
|
||||||
|
<xi:include href="xml/element-faac.xml" />
|
||||||
<xi:include href="xml/element-festival.xml" />
|
<xi:include href="xml/element-festival.xml" />
|
||||||
<xi:include href="xml/element-fpsdisplaysink.xml" />
|
<xi:include href="xml/element-fpsdisplaysink.xml" />
|
||||||
<xi:include href="xml/element-input-selector.xml" />
|
<xi:include href="xml/element-input-selector.xml" />
|
||||||
|
|
|
@ -315,6 +315,20 @@ DVD_SPU_UNLOCK
|
||||||
SPU_STATE_FLAGS_MASK
|
SPU_STATE_FLAGS_MASK
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-faac</FILE>
|
||||||
|
<TITLE>faac</TITLE>
|
||||||
|
GstFaac
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstFaacClass
|
||||||
|
GST_TYPE_FAAC
|
||||||
|
GST_FAAC
|
||||||
|
GST_IS_FAAC
|
||||||
|
GST_FAAC_CLASS
|
||||||
|
GST_IS_FAAC_CLASS
|
||||||
|
gst_faac_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-festival</FILE>
|
<FILE>element-festival</FILE>
|
||||||
<TITLE>festival</TITLE>
|
<TITLE>festival</TITLE>
|
||||||
|
|
Loading…
Reference in a new issue