mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
add multipart plugin to docs
Original commit message from CVS: add multipart plugin to docs
This commit is contained in:
parent
94b7b4dc7f
commit
01d200aa2c
5 changed files with 85 additions and 46 deletions
|
@ -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>
|
||||
|
||||
* configure.ac:
|
||||
|
|
3
docs/plugins/.gitignore
vendored
3
docs/plugins/.gitignore
vendored
|
@ -5,7 +5,10 @@ Makefile.in
|
|||
*-decl-list.txt
|
||||
*-undocumented.txt
|
||||
*-unused.txt
|
||||
*-overrides.txt
|
||||
|
||||
|
||||
tmpl
|
||||
html
|
||||
sgml
|
||||
xml
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<xi:include href="xml/plugin-level.xml" />
|
||||
<xi:include href="xml/plugin-matroska.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-ossaudio.xml" />
|
||||
<xi:include href="xml/plugin-png.xml" />
|
||||
|
|
27
docs/plugins/inspect/plugin-multipart.xml
Normal file
27
docs/plugins/inspect/plugin-multipart.xml
Normal 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 <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>multipartmux</name>
|
||||
<longname>multipart muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>mux multipart streams</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -12,120 +12,120 @@
|
|||
<element>
|
||||
<name>asteriskh263</name>
|
||||
<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>
|
||||
<author>Neil Stratford <neils@vipadia.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpamrdec</name>
|
||||
<name>rtpamrdepay</name>
|
||||
<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>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpamrenc</name>
|
||||
<name>rtpamrpay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encode AMR audio into RTP packets (RFC 3267)</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payode AMR audio into RTP packets (RFC 3267)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpdec</name>
|
||||
<longname>RTP Decoder</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<name>rtpdepay</name>
|
||||
<longname>RTP Payloader</longname>
|
||||
<class>Codec/Depayr/Network</class>
|
||||
<description>Accepts raw RTP and RTCP packets and sends them forward</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpg711dec</name>
|
||||
<name>rtpg711depay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<class>Codec/Depayr/Network</class>
|
||||
<description>Extracts PCMU/PCMA audio from RTP packets</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpg711enc</name>
|
||||
<name>rtpg711pay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes PCMU/PCMA audio into a RTP packet</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payodes PCMU/PCMA audio into a RTP packet</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpgsmenc</name>
|
||||
<longname>RTP GSM Audio Encoder</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes GSM audio into a RTP packet</description>
|
||||
<author>Zeeshan Ali <zeenix@gmail.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpgsmparse</name>
|
||||
<name>rtpgsmdepay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<class>Codec/Depayr/Network</class>
|
||||
<description>Extracts GSM audio from RTP packets</description>
|
||||
<author>Zeeshan Ali <zeenix@gmail.com></author>
|
||||
</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 <zeenix@gmail.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtph263pay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes H263 video in RTP packets (RFC 2190)</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payodes H263 video in RTP packets (RFC 2190)</description>
|
||||
<author>Neil Stratford <neils@vipadia.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtph263pdec</name>
|
||||
<name>rtph263pdepay</name>
|
||||
<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>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtph263penc</name>
|
||||
<name>rtph263ppay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes H263+ video in RTP packets (RFC 2429)</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payodes H263+ video in RTP packets (RFC 2429)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmp4vdec</name>
|
||||
<name>rtpmp4vdepay</name>
|
||||
<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>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmp4venc</name>
|
||||
<name>rtpmp4vpay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encode MPEG4 video as RTP packets (RFC 3016)</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payode MPEG4 video as RTP packets (RFC 3016)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmpadec</name>
|
||||
<name>rtpmpadepay</name>
|
||||
<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>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmpaenc</name>
|
||||
<name>rtpmpapay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encode MPEG audio as RTP packets (RFC 2038)</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payode MPEG audio as RTP packets (RFC 2038)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpspeexdec</name>
|
||||
<name>rtpspeexdepay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<class>Codec/Depayr/Network</class>
|
||||
<description>Extracts Speex audio from RTP packets</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpspeexenc</name>
|
||||
<name>rtpspeexpay</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Encoder/Network</class>
|
||||
<description>Encodes Speex audio into a RTP packet</description>
|
||||
<class>Codec/Payloader/Network</class>
|
||||
<description>Payodes Speex audio into a RTP packet</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
</elements>
|
||||
|
|
Loading…
Reference in a new issue