docs: add rtpL8pay/depay to docs

This commit is contained in:
Tim-Philipp Müller 2017-12-24 13:14:06 +01:00
parent 04f017b0f8
commit f88a7801e4
4 changed files with 78 additions and 0 deletions

View file

@ -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" />

View file

@ -2847,6 +2847,38 @@ GST_TYPE_RTP_KLV_PAY
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>

View file

@ -213,6 +213,7 @@ GObject
GstRtpKlvDepay
GstRtpL16Depay
GstRtpL24Depay
GstRtpL8Depay
GstRtpMP1SDepay
GstRtpMP2TDepay
GstRtpMP4ADepay
@ -243,6 +244,7 @@ GObject
GstRtpG726Pay
GstRtpL16Pay
GstRtpL24Pay
GstRtpL8Pay
GstRtpPcmaPay
GstRtpPcmuPay
GstRTPDVPay

View file

@ -114,6 +114,48 @@
</caps>
</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 &lt;zak147@yahoo.com&gt;,Wim Taymans &lt;wim.taymans@gmail.com&gt;, 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 &lt;wim.taymans@gmail.com&gt;, 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>