mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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.
This commit is contained in:
parent
93888e03ac
commit
985a18d72a
2 changed files with 60 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-23 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/inspect/plugin-rtpmanager.xml:
|
||||
Add doc xml file.
|
||||
|
||||
2007-05-23 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
55
docs/plugins/inspect/plugin-rtpmanager.xml
Normal file
55
docs/plugins/inspect/plugin-rtpmanager.xml
Normal file
|
@ -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 <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpclient</name>
|
||||
<longname>RTP Client</longname>
|
||||
<class>Filter/Network/RTP</class>
|
||||
<description>Implement an RTP client</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></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 <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim@fluendo.com></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 <kai.vehmanen@nokia.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpsession</name>
|
||||
<longname>RTP Session</longname>
|
||||
<class>Filter/Network/RTP</class>
|
||||
<description>Implement an RTP session</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></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 <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue