add multipart plugin to docs

Original commit message from CVS:
add multipart plugin to docs
This commit is contained in:
Thomas Vander Stichele 2005-12-01 15:34:13 +00:00
parent 94b7b4dc7f
commit 01d200aa2c
5 changed files with 85 additions and 46 deletions

View file

@ -1,3 +1,11 @@
2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* docs/plugins/.cvsignore:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/inspect/plugin-multipart.xml:
* docs/plugins/inspect/plugin-rtp.xml:
add multipart plugin to docs
2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org> 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* configure.ac: * configure.ac:

View file

@ -5,7 +5,10 @@ Makefile.in
*-decl-list.txt *-decl-list.txt
*-undocumented.txt *-undocumented.txt
*-unused.txt *-unused.txt
*-overrides.txt
tmpl
html html
sgml sgml
xml xml

View file

@ -47,6 +47,7 @@
<xi:include href="xml/plugin-level.xml" /> <xi:include href="xml/plugin-level.xml" />
<xi:include href="xml/plugin-matroska.xml" /> <xi:include href="xml/plugin-matroska.xml" />
<xi:include href="xml/plugin-mulaw.xml" /> <xi:include href="xml/plugin-mulaw.xml" />
<xi:include href="xml/plugin-multipart.xml" />
<xi:include href="xml/plugin-navigationtest.xml" /> <xi:include href="xml/plugin-navigationtest.xml" />
<xi:include href="xml/plugin-ossaudio.xml" /> <xi:include href="xml/plugin-ossaudio.xml" />
<xi:include href="xml/plugin-png.xml" /> <xi:include href="xml/plugin-png.xml" />

View file

@ -0,0 +1,27 @@
<plugin>
<name>multipart</name>
<description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename>
<version>0.9.6.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>multipartdemux</name>
<longname>multipart demuxer</longname>
<class>Codec/Demuxer</class>
<description>demux multipart streams</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>multipartmux</name>
<longname>multipart muxer</longname>
<class>Codec/Muxer</class>
<description>mux multipart streams</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
</elements>
</plugin>

View file

@ -12,120 +12,120 @@
<element> <element>
<name>asteriskh263</name> <name>asteriskh263</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts H263 video from RTP and encodes in Asterisk H263 format</description> <description>Extracts H263 video from RTP and encodes in Asterisk H263 format</description>
<author>Neil Stratford &lt;neils@vipadia.com&gt;</author> <author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpamrdec</name> <name>rtpamrdepay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts AMR audio from RTP packets (RFC 3267)</description> <description>Extracts AMR audio from RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpamrenc</name> <name>rtpamrpay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encode AMR audio into RTP packets (RFC 3267)</description> <description>Payode AMR audio into RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpdec</name> <name>rtpdepay</name>
<longname>RTP Decoder</longname> <longname>RTP Payloader</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Accepts raw RTP and RTCP packets and sends them forward</description> <description>Accepts raw RTP and RTCP packets and sends them forward</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpg711dec</name> <name>rtpg711depay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts PCMU/PCMA audio from RTP packets</description> <description>Extracts PCMU/PCMA audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author> <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpg711enc</name> <name>rtpg711pay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encodes PCMU/PCMA audio into a RTP packet</description> <description>Payodes PCMU/PCMA audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author> <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element> </element>
<element> <element>
<name>rtpgsmenc</name> <name>rtpgsmdepay</name>
<longname>RTP GSM Audio Encoder</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes GSM audio into a RTP packet</description>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtpgsmparse</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts GSM audio from RTP packets</description> <description>Extracts GSM audio from RTP packets</description>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author> <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element> </element>
<element> <element>
<name>rtph263enc</name> <name>rtpgsmpay</name>
<longname>RTP GSM Audio Payloader</longname>
<class>Codec/Payloader/Network</class>
<description>Payodes GSM audio into a RTP packet</description>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtph263pay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encodes H263 video in RTP packets (RFC 2190)</description> <description>Payodes H263 video in RTP packets (RFC 2190)</description>
<author>Neil Stratford &lt;neils@vipadia.com&gt;</author> <author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
</element> </element>
<element> <element>
<name>rtph263pdec</name> <name>rtph263pdepay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts H263+ video from RTP packets (RFC 2429)</description> <description>Extracts H263+ video from RTP packets (RFC 2429)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtph263penc</name> <name>rtph263ppay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encodes H263+ video in RTP packets (RFC 2429)</description> <description>Payodes H263+ video in RTP packets (RFC 2429)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpmp4vdec</name> <name>rtpmp4vdepay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts MPEG4 video from RTP packets (RFC 3016)</description> <description>Extracts MPEG4 video from RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpmp4venc</name> <name>rtpmp4vpay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encode MPEG4 video as RTP packets (RFC 3016)</description> <description>Payode MPEG4 video as RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpmpadec</name> <name>rtpmpadepay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts MPEG audio from RTP packets (RFC 2038)</description> <description>Extracts MPEG audio from RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpmpaenc</name> <name>rtpmpapay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encode MPEG audio as RTP packets (RFC 2038)</description> <description>Payode MPEG audio as RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>rtpspeexdec</name> <name>rtpspeexdepay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class> <class>Codec/Depayr/Network</class>
<description>Extracts Speex audio from RTP packets</description> <description>Extracts Speex audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author> <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element> </element>
<element> <element>
<name>rtpspeexenc</name> <name>rtpspeexpay</name>
<longname>RTP packet parser</longname> <longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class> <class>Codec/Payloader/Network</class>
<description>Encodes Speex audio into a RTP packet</description> <description>Payodes Speex audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author> <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element> </element>
</elements> </elements>