diff options
author | Olivier Crête <olivier.crete@collabora.co.uk> | 2009-03-03 14:30:53 -0500 |
---|---|---|
committer | Olivier Crête <olivier.crete@collabora.co.uk> | 2009-03-03 16:55:12 -0500 |
commit | 6dbf8906b5d2153e0304de9300ecf62a49f1a772 (patch) | |
tree | b1b882ab411608e111be81441f7617547e636459 /docs/plugins | |
parent | 288c11c0ed71b0abaa84f8425f66fa06b798b1c2 (diff) | |
download | gst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.tar.gz gst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.tar.bz2 gst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.zip |
Add Doc for mimic plugin
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mimic.xml | 55 |
4 files changed, 87 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index f4ede805..0651ca2a 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -104,6 +104,8 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/metadata/gstbasemetadata.h \ $(top_srcdir)/ext/metadata/gstmetadatademux.h \ $(top_srcdir)/ext/metadata/gstmetadatamux.h \ + $(top_srcdir)/ext/mimic/gstmimenc.h \ + $(top_srcdir)/ext/mimic/gstmimdec.h \ $(top_srcdir)/ext/modplug/gstmodplug.h \ $(top_srcdir)/ext/mpeg2enc/gstmpeg2enc.hh \ $(top_srcdir)/ext/mplex/gstmplex.hh \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 51debaa3..3f296c6c 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -53,6 +53,8 @@ <xi:include href="xml/element-liveadder.xml" /> <xi:include href="xml/element-metadatademux.xml" /> <xi:include href="xml/element-metadatamux.xml" /> + <xi:include href="xml/element-mimenc.xml" /> + <xi:include href="xml/element-mimdec.xml" /> <xi:include href="xml/element-modplug.xml" /> <xi:include href="xml/element-mpeg2enc.xml" /> <xi:include href="xml/element-mplex.xml" /> @@ -121,6 +123,7 @@ <xi:include href="xml/plugin-ladspa.xml" /> <xi:include href="xml/plugin-liveadder.xml" /> <xi:include href="xml/plugin-metadata.xml" /> + <xi:include href="xml/plugin-mimic.xml" /> <xi:include href="xml/plugin-mms.xml" /> <xi:include href="xml/plugin-modplug.xml" /> <xi:include href="xml/plugin-mpeg2enc.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 404ddac1..f2718d63 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1020,3 +1020,30 @@ GST_TYPE_Y4M_ENCODE gst_y4m_encode_get_type </SECTION> +<SECTION> +<FILE>element-mimdec</FILE> +<TITLE>mimdec</TITLE> +GstMimDec +<SUBSECTION Standard> +GstMimDecClass +GST_IS_MIMDEC +GST_IS_MIMDEC_CLASS +GST_MIMDEC +GST_MIMDEC_CLASS +GST_TYPE_MIMDEC +gst_mimdec_get_type +</SECTION> + +<SECTION> +<FILE>element-mimenc</FILE> +<TITLE>mimenc</TITLE> +GstMimEnc +<SUBSECTION Standard> +GstMimEncClass +GST_IS_MIMENC +GST_IS_MIMENC_CLASS +GST_MIMENC +GST_MIMENC_CLASS +GST_TYPE_MIMENC +gst_mimenc_get_type +</SECTION> diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml new file mode 100644 index 00000000..736b710e --- /dev/null +++ b/docs/plugins/inspect/plugin-mimic.xml @@ -0,0 +1,55 @@ +<plugin> + <name>mimic</name> + <description>Mimic codec</description> + <filename>../../ext/mimic/.libs/libgstmimic.so</filename> + <basename>libgstmimic.so</basename> + <version>0.10.10.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>mimdec</name> + <longname>MimDec</longname> + <class>Codec/Decoder/Video</class> + <description>Mimic decoder</description> + <author>Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>, Rob Taylor <robtaylor@fastmail.fm>, Philippe Khalaf <burger@speedy.org>, Ole André Vadla Ravnås <oleavr@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-mimic</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, framerate=(fraction)[ 0/1, 30/1 ], red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, height=(int)[ 16, 4096 ], width=(int)[ 16, 4096 ]</details> + </caps> + </pads> + </element> + <element> + <name>mimenc</name> + <longname>MimEnc</longname> + <class>Codec/Encoder/Video</class> + <description>Mimic encoder</description> + <author>Andre Moreira Magalhaes <andre.magalhaes@indt.org.br></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, framerate=(fraction)[ 1/1, 30/1 ], red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)320, height=(int)240; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, framerate=(fraction)[ 1/1, 30/1 ], red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)160, height=(int)120</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-mimic</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |