docs: add rtpopusdepay and rtpopuspay to documentation

This commit is contained in:
Tim-Philipp Müller 2016-02-25 22:54:18 +00:00
parent fb0bc126c9
commit 2652434787
4 changed files with 75 additions and 4 deletions

View file

@ -144,7 +144,6 @@
<xi:include href="xml/element-rtpj2kpay.xml" />
<xi:include href="xml/element-rtpjpegpay.xml" />
<xi:include href="xml/element-rtpsbcpay.xml" />
<xi:include href="xml/element-rtspsrc.xml" />
<xi:include href="xml/element-rtpbin.xml" />
<xi:include href="xml/element-rtpdec.xml" />
<xi:include href="xml/element-rtpdtmfdepay.xml" />
@ -158,6 +157,8 @@
<xi:include href="xml/element-rtpL16depay.xml" />
<xi:include href="xml/element-rtpL16pay.xml" />
<xi:include href="xml/element-rtpmux.xml" />
<xi:include href="xml/element-rtpopuspay.xml" />
<xi:include href="xml/element-rtpopusdepay.xml" />
<xi:include href="xml/element-rtpptdemux.xml" />
<xi:include href="xml/element-rtprtxreceive.xml" />
<xi:include href="xml/element-rtprtxsend.xml" />

View file

@ -1836,6 +1836,32 @@ gst_rtp_L16_pay_plugin_init
gst_rtp_L16_pay_get_type
</SECTION>
<FILE>element-rtpopusdepay</FILE>
<TITLE>rtpopusdepay</TITLE>
GstRTPOpusDepay
<SUBSECTION Standard>
GstRTPOpusDepayClass
gst_rtp_opus_depay_get_type
GST_TYPE_RTP_OPUS_DEPAY
GST_RTP_OPUS_DEPAY
GST_RTP_OPUS_DEPAY_CLASS
GST_IS_RTP_OPUS_DEPAY
GST_IS_RTP_OPUS_DEPAY_CLASS
</SECTION>
<FILE>element-rtpopuspay</FILE>
<TITLE>rtpopuspay</TITLE>
GstRtpOPUSPay
<SUBSECTION Standard>
GstRtpOPUSPayClass
gst_rtp_opus_pay_get_type
GST_TYPE_RTP_OPUS_PAY
GST_RTP_OPUS_PAY
GST_RTP_OPUS_PAY_CLASS
GST_IS_RTP_OPUS_PAY
GST_IS_RTP_OPUS_PAY_CLASS
</SECTION>
<SECTION>
<FILE>element-rtpj2kpay</FILE>
<TITLE>rtpj2kpay</TITLE>

View file

@ -177,6 +177,7 @@ GObject
GstMatroskaMux
GstWebMMux
GstMatroskaParse
GstMonoscope
GstMultipartDemux
GstMultipartMux
GstQTDemux
@ -185,6 +186,7 @@ GObject
GstRTPBVDepay
GstRTPDVDepay
GstRTPGSMDepay
GstRTPOpusDepay
GstRTPSirenDepay
GstRTPiLBCDepay
GstRtpAC3Depay
@ -260,6 +262,7 @@ GObject
GstRtpMP4GPay
GstRtpMP4VPay
GstRtpMPAPay
GstRtpOPUSPay
GstRtpSBCPay
GstRtpSPEEXPay
GstRtpTheoraPay
@ -327,7 +330,6 @@ GObject
RTPSession
SoupSession
GInterface
GDatagramBased
GIcon
GInitable
GLoadableIcon

View file

@ -3,10 +3,10 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
<version>1.7.2</version>
<version>1.7.2.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
<package>GStreamer Good Plug-ins git</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@ -1248,6 +1248,48 @@
</caps>
</pads>
</element>
<element>
<name>rtpopusdepay</name>
<longname>RTP Opus packet depayloader</longname>
<class>Codec/Depayloader/Network/RTP</class>
<description>Extracts Opus audio from RTP packets</description>
<author>Danilo Cesar Lemes de Paula &lt;danilo.cesar@collabora.co.uk&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)48000, encoding-name=(string){ OPUS, X-GST-OPUS-DRAFT-SPITTKA-00 }</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-opus, channel-mapping-family=(int)0</details>
</caps>
</pads>
</element>
<element>
<name>rtpopuspay</name>
<longname>RTP Opus payloader</longname>
<class>Codec/Payloader/Network/RTP</class>
<description>Puts Opus audio in RTP packets</description>
<author>Danilo Cesar Lemes de Paula &lt;danilo.cesar@collabora.co.uk&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-opus, channels=(int)[ 1, 2 ], channel-mapping-family=(int)0</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)48000, encoding-params=(string)2, encoding-name=(string){ OPUS, X-GST-OPUS-DRAFT-SPITTKA-00 }</details>
</caps>
</pads>
</element>
<element>
<name>rtppcmadepay</name>
<longname>RTP PCMA depayloader</longname>