mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
aacenc: Integrate into the documentation
This commit is contained in:
parent
f085fa8a97
commit
2c14a8fbcd
4 changed files with 51 additions and 0 deletions
|
@ -130,6 +130,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/sdl/sdlvideosink.h \
|
||||
$(top_srcdir)/ext/timidity/gsttimidity.h \
|
||||
$(top_srcdir)/ext/timidity/gstwildmidi.h \
|
||||
$(top_srcdir)/ext/voaacenc/gstvoaacenc.h \
|
||||
$(top_srcdir)/ext/voamrwbenc/gstvoamrwbenc.h \
|
||||
$(top_srcdir)/ext/vp8/gstvp8enc.h \
|
||||
$(top_srcdir)/ext/vp8/gstvp8dec.h \
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
<xi:include href="xml/element-waterripple.xml" />
|
||||
<xi:include href="xml/element-wildmidi.xml" />
|
||||
<xi:include href="xml/element-zbar.xml" />
|
||||
<xi:include href="xml/element-voaacenc.xml" />
|
||||
<xi:include href="xml/element-voamrwbenc.xml" />
|
||||
<xi:include href="xml/element-vp8dec.xml" />
|
||||
<xi:include href="xml/element-vp8enc.xml" />
|
||||
|
@ -209,6 +210,7 @@
|
|||
<xi:include href="xml/plugin-vmnc.xml" />
|
||||
<xi:include href="xml/plugin-wildmidi.xml" />
|
||||
<xi:include href="xml/plugin-xvid.xml" />
|
||||
<xi:include href="xml/plugin-voaacenc.xml" />
|
||||
<xi:include href="xml/plugin-voamrwbenc.xml" />
|
||||
<xi:include href="xml/plugin-vp8.xml" />
|
||||
<xi:include href="xml/plugin-zbar.xml" />
|
||||
|
|
|
@ -27,6 +27,20 @@ GstAiffParseState
|
|||
gst_aiff_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-voaacenc</FILE>
|
||||
<TITLE>voaacenc</TITLE>
|
||||
GstVoAacEnc
|
||||
<SUBSECTION Standard>
|
||||
GstVoAacEncClass
|
||||
GST_VOAACENC
|
||||
GST_VOAACENC_CLASS
|
||||
GST_IS_VOAACENC
|
||||
GST_IS_VOAACENC_CLASS
|
||||
GST_TYPE_VOAACENC
|
||||
gst_voaacenc_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-voamrwbenc</FILE>
|
||||
<TITLE>voamrwbenc</TITLE>
|
||||
|
|
34
docs/plugins/inspect/plugin-voaacenc.xml
Normal file
34
docs/plugins/inspect/plugin-voaacenc.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>voaacenc</name>
|
||||
<description>AAC audio encoder</description>
|
||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||
<basename>libgstvoaacenc.so</basename>
|
||||
<version>0.10.21.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>voaacenc</name>
|
||||
<longname>AAC audio encoder</longname>
|
||||
<class>Codec/Encoder/Audio</class>
|
||||
<description>AAC audio encoder</description>
|
||||
<author>Kan Hu <kan.hu@linaro.org></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ], stream-format=(string){ adts, raw }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue