summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-23 16:14:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-23 16:14:13 +0000
commit985a18d72a98eb8d21374304cb2468d027f0c6ba (patch)
tree3230c3859f2900e952ac23d88acf4555f22802e8 /docs
parent93888e03ac5b962f0b6ade3b0d8d5254f66e591f (diff)
downloadgst-plugins-bad-985a18d72a98eb8d21374304cb2468d027f0c6ba.tar.gz
gst-plugins-bad-985a18d72a98eb8d21374304cb2468d027f0c6ba.tar.bz2
gst-plugins-bad-985a18d72a98eb8d21374304cb2468d027f0c6ba.zip
docs/plugins/inspect/plugin-rtpmanager.xml: Add doc xml file.
Original commit message from CVS: * docs/plugins/inspect/plugin-rtpmanager.xml: Add doc xml file.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-rtpmanager.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml
new file mode 100644
index 00000000..e522f49b
--- /dev/null
+++ b/docs/plugins/inspect/plugin-rtpmanager.xml
@@ -0,0 +1,55 @@
+<plugin>
+ <name>rtpmanager</name>
+ <description>RTP session management plugin library</description>
+ <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
+ <basename>libgstrtpmanager.so</basename>
+ <version>0.10.4.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>rtpbin</name>
+ <longname>RTP Bin</longname>
+ <class>Filter/Network/RTP</class>
+ <description>Implement an RTP bin</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpclient</name>
+ <longname>RTP Client</longname>
+ <class>Filter/Network/RTP</class>
+ <description>Implement an RTP client</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpjitterbuffer</name>
+ <longname>RTP packet jitter-buffer</longname>
+ <class>Filter/Network/RTP</class>
+ <description>A buffer that deals with network jitter and other transmission faults</description>
+ <author>Philippe Kalaf &lt;philippe.kalaf@collabora.co.uk&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpptdemux</name>
+ <longname>RTP Demux</longname>
+ <class>Demux/Network/RTP</class>
+ <description>Parses codec streams transmitted in the same RTP session</description>
+ <author>Kai Vehmanen &lt;kai.vehmanen@nokia.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpsession</name>
+ <longname>RTP Session</longname>
+ <class>Filter/Network/RTP</class>
+ <description>Implement an RTP session</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpssrcdemux</name>
+ <longname>RTP SSRC Demux</longname>
+ <class>Demux/Network/RTP</class>
+ <description>Splits RTP streams based on the SSRC</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file