aacenc: Integrate into the documentation
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 19 Apr 2011 08:32:50 +0000 (10:32 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 14 May 2011 10:08:39 +0000 (12:08 +0200)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
docs/plugins/inspect/plugin-voaacenc.xml [new file with mode: 0644]

index 5d02efe..f7c00e6 100644 (file)
@@ -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 \
index 7347f2f..5b1f268 100644 (file)
     <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" />
     <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" />
index 505cb6d..f70b3f4 100644 (file)
@@ -28,6 +28,20 @@ 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>
 GstVoAmrwbEnc
diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml
new file mode 100644 (file)
index 0000000..2f6baa3
--- /dev/null
@@ -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 &lt;kan.hu@linaro.org&gt;</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>
\ No newline at end of file