diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 18:23:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 18:23:04 +0000 |
commit | 204755d0ff4759591e7404fbd386102c97825413 (patch) | |
tree | 6c94c9e4761dadca94c9d452842a037e7395e7e2 /docs/plugins/inspect/plugin-rtp.xml | |
parent | 6115f0b56c4db7a85a541dac13f9a98b1affab71 (diff) |
updating docs
Original commit message from CVS:
updating docs
Diffstat (limited to 'docs/plugins/inspect/plugin-rtp.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-rtp.xml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index b04402f9..5e04186c 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -13,14 +13,14 @@ <name>rtpamrdec</name> <longname>RTP packet parser</longname> <class>Codec/Parser/Network</class> - <description>Extracts MPEG audio from RTP packets</description> + <description>Extracts AMR audio from RTP packets (RFC 3267)</description> <author>Wim Taymans <wim@fluendo.com></author> </element> <element> <name>rtpamrenc</name> <longname>RTP packet parser</longname> <class>Codec/Parser/Network</class> - <description>Encode AMR audio into RTP packets</description> + <description>Encode AMR audio into RTP packets (RFC 3267)</description> <author>Wim Taymans <wim@fluendo.com></author> </element> <element> @@ -31,6 +31,20 @@ <author>Wim Taymans <wim@fluendo.com></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 <zak147@yahoo.com></author> + </element> + <element> + <name>rtpgsmparse</name> + <longname>RTP packet parser</longname> + <class>Codec/Parser/Network</class> + <description>Extracts GSM audio from RTP packets</description> + <author>Zeeshan Ali <zak147@yahoo.com></author> + </element> + <element> <name>rtph263pdec</name> <longname>RTP packet parser</longname> <class>Codec/Parser/Network</class> @@ -41,7 +55,7 @@ <name>rtph263penc</name> <longname>RTP packet parser</longname> <class>Codec/Parser/Network</class> - <description>Extracts H263+ video from RTP packets</description> + <description>Encodes H263+ video in RTP packets (RFC 2429)</description> <author>Wim Taymans <wim@fluendo.com></author> </element> <element> |