diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/inspect/plugin-rtpmanager.xml | 55 |
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 <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>
\ No newline at end of file |