diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-24 13:14:06 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-24 13:19:56 +0100 |
commit | f88a7801e49572426d9adfff873f2a7e58656c6e (patch) | |
tree | bfbe249d3b36d7f3135c8a3b098bc114ba273616 /docs | |
parent | 04f017b0f8ce0512ec8b7132035122d4e1b066b8 (diff) |
docs: add rtpL8pay/depay to docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 32 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.hierarchy | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-rtp.xml | 42 |
4 files changed, 78 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index d1371c88f..a4128fc33 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -190,6 +190,8 @@ <xi:include href="xml/element-rtpjpegpay.xml" /> <xi:include href="xml/element-rtpklvdepay.xml" /> <xi:include href="xml/element-rtpklvpay.xml" /> + <xi:include href="xml/element-rtpL8depay.xml" /> + <xi:include href="xml/element-rtpL8pay.xml" /> <xi:include href="xml/element-rtpL16depay.xml" /> <xi:include href="xml/element-rtpL16pay.xml" /> <xi:include href="xml/element-rtpL24depay.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 880f3eb9e..b23db52b9 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -2848,6 +2848,38 @@ gst_rtp_klv_pay_get_type </SECTION> <SECTION> +<FILE>element-rtpL8depay</FILE> +<TITLE>rtpL8depay</TITLE> +GstRtpL8Depay +<SUBSECTION Standard> +GstRtpL8DepayClass +GST_RTP_L8_DEPAY +GST_RTP_L8_DEPAY_CAST +GST_IS_RTP_L8_DEPAY +GST_RTP_L8_DEPAY_CLASS +GST_IS_RTP_L8_DEPAY_CLASS +GST_TYPE_RTP_L8_DEPAY +<SUBSECTION Private> +gst_rtp_l8_depay_get_type +</SECTION> + +<SECTION> +<FILE>element-rtpL8pay</FILE> +<TITLE>rtpL8pay</TITLE> +GstRtpL8Pay +<SUBSECTION Standard> +GstRtpL8PayClass +GST_RTP_L8_PAY +GST_RTP_L8_PAY_CAST +GST_IS_RTP_L8_PAY +GST_RTP_L8_PAY_CLASS +GST_IS_RTP_L8_PAY_CLASS +GST_TYPE_RTP_L8_PAY +<SUBSECTION Private> +gst_rtp_l8_pay_get_type +</SECTION> + +<SECTION> <FILE>element-rtpL16depay</FILE> <TITLE>rtpL16depay</TITLE> GstRtpL16Depay diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index fd1bcc8f4..82bd3d7a0 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -213,6 +213,7 @@ GObject GstRtpKlvDepay GstRtpL16Depay GstRtpL24Depay + GstRtpL8Depay GstRtpMP1SDepay GstRtpMP2TDepay GstRtpMP4ADepay @@ -243,6 +244,7 @@ GObject GstRtpG726Pay GstRtpL16Pay GstRtpL24Pay + GstRtpL8Pay GstRtpPcmaPay GstRtpPcmuPay GstRTPDVPay diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index d0f0dec12..0afaed6c4 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -115,6 +115,48 @@ </pads> </element> <element> + <name>rtpL8depay</name> + <longname>RTP audio depayloader</longname> + <class>Codec/Depayloader/Network/RTP</class> + <description>Extracts raw audio from RTP packets</description> + <author>Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.</author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-rtp, media=(string)audio, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L8</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)U8, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + </caps> + </pads> + </element> + <element> + <name>rtpL8pay</name> + <longname>RTP audio payloader</longname> + <class>Codec/Payloader/Network/RTP</class> + <description>Payload-encode Raw audio into RTP packets (RFC 3551)</description> + <author>Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.</author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)U8, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L8, channels=(int)[ 1, 2147483647 ]</details> + </caps> + </pads> + </element> + <element> <name>rtpac3depay</name> <longname>RTP AC3 depayloader</longname> <class>Codec/Depayloader/Network/RTP</class> |