From 5314ee3fa4fc3e68de953c255f6a95dc9f5ffffb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Jul 2015 20:25:47 +0100 Subject: [PATCH] docs: add new RTP elements to docs --- docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 + docs/plugins/gst-plugins-good-plugins-sections.txt | 32 +++++++++ docs/plugins/gst-plugins-good-plugins.args | 16 ++++- docs/plugins/gst-plugins-good-plugins.hierarchy | 4 ++ docs/plugins/inspect/plugin-rtp.xml | 84 ++++++++++++++++++++++ 5 files changed, 135 insertions(+), 3 deletions(-) diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 5cb5c06..ba5036c 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -153,6 +153,8 @@ + + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index d477796..5dce300 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -1775,6 +1775,38 @@ gst_rtp_h261_pay_get_type
+element-rtpklvdepay +rtpklvdepay +GstRtpKlvDepay + +GstRtpKlvDepayClass +GST_RTP_KLV_DEPAY +GST_RTP_KLV_DEPAY_CAST +GST_IS_RTP_KLV_DEPAY +GST_RTP_KLV_DEPAY_CLASS +GST_IS_RTP_KLV_DEPAY_CLASS +GST_TYPE_RTP_KLV_DEPAY + +gst_rtp_klv_depay_get_type +
+ +
+element-rtpklvpay +rtpklvpay +GstRtpKlvPay + +GstRtpKlvPayClass +GST_RTP_KLV_PAY +GST_RTP_KLV_PAY_CAST +GST_IS_RTP_KLV_PAY +GST_RTP_KLV_PAY_CLASS +GST_IS_RTP_KLV_PAY_CLASS +GST_TYPE_RTP_KLV_PAY + +gst_rtp_klv_pay_get_type +
+ +
element-rtpL16depay rtpL16depay GstRtpL16Depay diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 73cf080..295efd2 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -994,7 +994,7 @@ rw Use pipeline clock -Use the pipeline running-time to set the NTP time in the RTCP SR messages. +Use the pipeline running-time to set the NTP time in the RTCP SR messages(DEPRECATED: Use ntp-time-source property). FALSE @@ -1049,6 +1049,16 @@ +GstRTSPSrc::ntp-time-source +GstRTSPSrcNtpTimeSource + +rw +NTP Time Source +NTP time source for RTCP packets. +NTP time based on realtime clock + + + GstRTPDec::skip gint @@ -21344,7 +21354,7 @@ rw Use pipeline clock -Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-source property). +Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property). FALSE @@ -21674,7 +21684,7 @@ rw Use pipeline clock -Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-source property). +Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property). FALSE diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index c259c79..9d588e1 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -197,11 +197,13 @@ GObject GstRtpG726Depay GstRtpG729Depay GstRtpGSTDepay + GstRtpH261Depay GstRtpH263Depay GstRtpH263PDepay GstRtpH264Depay GstRtpJ2KDepay GstRtpJPEGDepay + GstRtpKlvDepay GstRtpL16Depay GstRtpL24Depay GstRtpMP1SDepay @@ -245,11 +247,13 @@ GObject GstRtpAMRPay GstRtpCELTPay GstRtpGSTPay + GstRtpH261Pay GstRtpH263PPay GstRtpH263Pay GstRtpH264Pay GstRtpJ2KPay GstRtpJPEGPay + GstRtpKlvPay GstRtpMP4APay GstRtpMP4GPay GstRtpMP4VPay diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 5ab964d..c968c82 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -577,6 +577,48 @@ + rtph261depay + RTP H261 depayloader + Codec/Depayloader/Network/RTP + Extracts H261 video from RTP packets (RFC 4587) + Stian Selnes <stian@pexip.com> + + + sink + sink + always +
application/x-rtp, media=(string)video, payload=(int)31, clock-rate=(int)90000, encoding-name=(string)H261; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)H261
+
+ + src + source + always +
video/x-h261
+
+
+
+ + rtph261pay + RTP H261 packet payloader + Codec/Payloader/Network/RTP + Payload-encodes H261 video in RTP packets (RFC 4587) + Stian Selnes <stian@pexip.com> + + + sink + sink + always +
video/x-h261
+
+ + src + source + always +
application/x-rtp, media=(string)video, payload=(int)31, clock-rate=(int)90000, encoding-name=(string)H261; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)H261
+
+
+
+ rtph263depay RTP H263 depayloader Codec/Depayloader/Network/RTP @@ -829,6 +871,48 @@ + rtpklvdepay + RTP KLV Depayloader + Codec/Depayloader/Network + Extracts KLV (SMPTE ST 336) metadata from RTP packets + Tim-Philipp Müller <tim@centricular.com> + + + sink + sink + always +
application/x-rtp, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)SMPTE336M
+
+ + src + source + always +
meta/x-klv, parsed=(boolean)true
+
+
+
+ + rtpklvpay + RTP KLV Payloader + Codec/Payloader/Network + Payloads KLV (SMPTE ST 336) metadata as RTP packets + Tim-Philipp Müller <tim@centricular.com> + + + sink + sink + always +
meta/x-klv, parsed=(boolean)true
+
+ + src + source + always +
application/x-rtp, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)SMPTE336M
+
+
+
+ rtpmp1sdepay RTP MPEG1 System Stream depayloader Codec/Depayloader/Network/RTP -- 2.7.4