From 4701696a92664c1b88c7368441c73893e04698a8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 11 Aug 2009 02:31:44 +0100 Subject: Move rtpmanager from -bad to -good. Hook up build infrastructure (autotools, docs, unit test). --- docs/plugins/inspect/plugin-gstrtpmanager.xml | 190 ++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/plugins/inspect/plugin-gstrtpmanager.xml (limited to 'docs/plugins/inspect') diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml new file mode 100644 index 00000000..377f1d19 --- /dev/null +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -0,0 +1,190 @@ + + gstrtpmanager + RTP session management plugin library + ../../gst/rtpmanager/.libs/libgstrtpmanager.so + libgstrtpmanager.so + 0.10.15.1 + LGPL + gst-plugins-good + GStreamer Good Plug-ins git/prerelease + Unknown package origin + + + gstrtpbin + RTP Bin + Filter/Network/RTP + Implement an RTP bin + Wim Taymans <wim.taymans@gmail.com> + + + send_rtp_src_%d + source + sometimes +
application/x-rtp
+
+ + send_rtcp_src_%d + source + request +
application/x-rtcp
+
+ + recv_rtp_src_%d_%d_%d + source + sometimes +
application/x-rtp
+
+ + send_rtp_sink_%d + sink + request +
application/x-rtp
+
+ + recv_rtcp_sink_%d + sink + request +
application/x-rtcp
+
+ + recv_rtp_sink_%d + sink + request +
application/x-rtp
+
+
+
+ + gstrtpjitterbuffer + RTP packet jitter-buffer + Filter/Network/RTP + A buffer that deals with network jitter and other transmission faults + Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com> + + + sink_rtcp + sink + request +
application/x-rtcp
+
+ + sink + sink + always +
application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]
+
+ + src + source + always +
application/x-rtp
+
+
+
+ + gstrtpptdemux + RTP Demux + Demux/Network/RTP + Parses codec streams transmitted in the same RTP session + Kai Vehmanen <kai.vehmanen@nokia.com> + + + src_%d + source + sometimes +
application/x-rtp, payload=(int)[ 0, 255 ]
+
+ + sink + sink + always +
application/x-rtp
+
+
+
+ + gstrtpsession + RTP Session + Filter/Network/RTP + Implement an RTP session + Wim Taymans <wim.taymans@gmail.com> + + + send_rtcp_src + source + request +
application/x-rtcp
+
+ + send_rtp_src + source + sometimes +
application/x-rtp
+
+ + sync_src + source + sometimes +
application/x-rtcp
+
+ + recv_rtp_src + source + sometimes +
application/x-rtp
+
+ + send_rtp_sink + sink + request +
application/x-rtp
+
+ + recv_rtcp_sink + sink + request +
application/x-rtcp
+
+ + recv_rtp_sink + sink + request +
application/x-rtp
+
+
+
+ + gstrtpssrcdemux + RTP SSRC Demux + Demux/Network/RTP + Splits RTP streams based on the SSRC + Wim Taymans <wim.taymans@gmail.com> + + + rtcp_src_%d + source + sometimes +
application/x-rtcp
+
+ + src_%d + source + sometimes +
application/x-rtp
+
+ + rtcp_sink + sink + always +
application/x-rtcp
+
+ + sink + sink + always +
application/x-rtp
+
+
+
+
+
\ No newline at end of file -- cgit