diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-11 17:52:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-11 17:52:09 +0000 |
commit | a050b3d0bd497d75a9b3318d85109a9f8810b064 (patch) | |
tree | 638db42ac7faf65b172c2c0ebb9081f2f80e7b52 /docs/plugins/inspect/plugin-rtp.xml | |
parent | 1436139a8c7077f979bc1aab77e7e3df7ec45a41 (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.xml | 21 |
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 <wim@fluendo.com></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 <wim@fluendo.com></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 <wim@fluendo.com></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 <wim@fluendo.com></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 <wim@fluendo.com></author> </element> </elements> |