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/Makefile.am | 5 + docs/plugins/gst-plugins-good-plugins-docs.sgml | 6 + docs/plugins/gst-plugins-good-plugins-sections.txt | 76 +++++++++ docs/plugins/inspect/plugin-gstrtpmanager.xml | 190 +++++++++++++++++++++ 4 files changed, 277 insertions(+) create mode 100644 docs/plugins/inspect/plugin-gstrtpmanager.xml (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index dd189640..3175dd1b 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -180,6 +180,11 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/replaygain/gstrglimiter.h \ $(top_srcdir)/gst/replaygain/gstrgvolume.h \ $(top_srcdir)/gst/rtp/gstrtpjpegpay.h \ + $(top_srcdir)/gst/rtpmanager/gstrtpbin.h \ + $(top_srcdir)/gst/rtpmanager/gstrtpjitterbuffer.h \ + $(top_srcdir)/gst/rtpmanager/gstrtpptdemux.h \ + $(top_srcdir)/gst/rtpmanager/gstrtpsession.h \ + $(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/smpte/gstsmpte.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 75714e3e..742f0954 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -77,6 +77,11 @@ + + + + + @@ -204,6 +209,7 @@ + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 73d7aff2..7f85d55d 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -843,6 +843,82 @@ GST_GOOM_CLASS GST_IS_GOOM_CLASS +
+element-gstrtpbin +gstrtpbin +GstRtpBin + +GstRtpBinPrivate +GstRtpBinClass +GST_RTP_BIN +GST_IS_RTP_BIN +GST_TYPE_RTP_BIN +gst_rtp_bin_get_type +GST_RTP_BIN_CLASS +GST_IS_RTP_BIN_CLASS +
+ +
+element-gstrtpjitterbuffer +gstrtpjitterbuffer +GstRtpJitterBuffer + +GstRtpJitterBufferClass +GstRtpJitterBufferPrivate +GST_RTP_JITTER_BUFFER +GST_IS_RTP_JITTER_BUFFER +GST_TYPE_RTP_JITTER_BUFFER +gst_rtp_jitter_buffer_get_type +GST_RTP_JITTER_BUFFER_CLASS +GST_IS_RTP_JITTER_BUFFER_CLASS +
+ +
+element-gstrtpptdemux +gstrtpptdemux +GstRtpPtDemux + +GstRtpPtDemuxClass +GstRtpPtDemuxPad +GST_RTP_PT_DEMUX +GST_IS_RTP_PT_DEMUX +GST_TYPE_RTP_PT_DEMUX +gst_rtp_pt_demux_get_type +GST_RTP_PT_DEMUX_CLASS +GST_IS_RTP_PT_DEMUX_CLASS +
+ +
+element-gstrtpsession +gstrtpsession +GstRtpSession + +GstRtpSessionClass +GstRtpSessionPrivate +GST_RTP_SESSION +GST_IS_RTP_SESSION +GST_TYPE_RTP_SESSION +gst_rtp_session_get_type +GST_RTP_SESSION_CLASS +GST_IS_RTP_SESSION_CLASS +GST_RTP_SESSION_CAST +
+ +
+element-gstrtpssrcdemux +gstrtpssrcdemux +GstRtpSsrcDemux + +GstRtpSsrcDemuxClass +GstRtpSsrcDemuxPad +GST_RTP_SSRC_DEMUX +GST_IS_RTP_SSRC_DEMUX +GST_TYPE_RTP_SSRC_DEMUX +gst_rtp_ssrc_demux_get_type +GST_RTP_SSRC_DEMUX_CLASS +GST_IS_RTP_SSRC_DEMUX_CLASS +
+
element-halaudiosink halaudiosink 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