summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-rtp.xml
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-11 17:52:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-11 17:52:09 +0000
commita050b3d0bd497d75a9b3318d85109a9f8810b064 (patch)
tree638db42ac7faf65b172c2c0ebb9081f2f80e7b52 /docs/plugins/inspect/plugin-rtp.xml
parent1436139a8c7077f979bc1aab77e7e3df7ec45a41 (diff)
add source module to docs; reinspect
Original commit message from CVS: add source module to docs; reinspect
Diffstat (limited to 'docs/plugins/inspect/plugin-rtp.xml')
-rw-r--r--docs/plugins/inspect/plugin-rtp.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
index 2a349a02..b04402f9 100644
--- a/docs/plugins/inspect/plugin-rtp.xml
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -3,8 +3,9 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
- <version>0.9.0.1</version>
+ <version>0.9.1.1</version>
<license>GPL</license>
+ <source>gst-plugins-good</source>
<package>GStreamer CVS/prerelease</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
@@ -44,17 +45,31 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
+ <name>rtpmp4vdec</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/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>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Encode MPEG4 video as RTP packets (RFC 3016)</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
<name>rtpmpadec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
- <description>Extracts MPEG audio from RTP packets</description>
+ <description>Extracts MPEG audio from RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpmpaenc</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
- <description>Encode MPEG audio as RTP packets</description>
+ <description>Encode MPEG audio as RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
</elements>