add multipart plugin to docs
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 15:34:13 +0000 (15:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 15:34:13 +0000 (15:34 +0000)
Original commit message from CVS:
add multipart plugin to docs

ChangeLog
docs/plugins/.gitignore
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/inspect/plugin-multipart.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-rtp.xml

index e930790..7340d6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 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:
        * ext/Makefile.am:
        * ext/pango/Makefile.am:
index c18327d..23e00e2 100644 (file)
@@ -5,7 +5,10 @@ Makefile.in
 *-decl-list.txt
 *-undocumented.txt
 *-unused.txt
+*-overrides.txt
 
+
+tmpl
 html
 sgml
 xml
index 3159bb8..2ddcad3 100644 (file)
@@ -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" />
diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml
new file mode 100644 (file)
index 0000000..5b89720
--- /dev/null
@@ -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>
\ No newline at end of file
index 557cfa9..b0e5c8e 100644 (file)
     <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 &lt;neils@vipadia.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</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 &lt;edgard.lima@indt.org.br&gt;</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>
+      <name>rtpgsmdepay</name>
+      <longname>RTP packet parser</longname>
+      <class>Codec/Depayr/Network</class>
+      <description>Extracts GSM audio from RTP packets</description>
       <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
     </element>
     <element>
-      <name>rtpgsmparse</name>
-      <longname>RTP packet parser</longname>
-      <class>Codec/Parser/Network</class>
-      <description>Extracts GSM audio from RTP packets</description>
+      <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>rtph263enc</name>
+      <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 &lt;neils@vipadia.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;edgard.lima@indt.org.br&gt;</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 &lt;edgard.lima@indt.org.br&gt;</author>
     </element>
   </elements>