mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
docs: add opus elements to documentation
This commit is contained in:
parent
59db1789cf
commit
1b2c033cc6
2 changed files with 71 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
||||||
<xi:include href="xml/element-ofa.xml" />
|
<xi:include href="xml/element-ofa.xml" />
|
||||||
<xi:include href="xml/element-openalsrc.xml" />
|
<xi:include href="xml/element-openalsrc.xml" />
|
||||||
<xi:include href="xml/element-openalsink.xml" />
|
<xi:include href="xml/element-openalsink.xml" />
|
||||||
|
<xi:include href="xml/element-opusdec.xml" />
|
||||||
|
<xi:include href="xml/element-opusenc.xml" />
|
||||||
|
<xi:include href="xml/element-opusparse.xml" />
|
||||||
|
<xi:include href="xml/element-rtpopuspay.xml" />
|
||||||
|
<xi:include href="xml/element-rtpopusdepay.xml" />
|
||||||
<xi:include href="xml/element-pcapparse.xml" />
|
<xi:include href="xml/element-pcapparse.xml" />
|
||||||
<xi:include href="xml/element-pinch.xml" />
|
<xi:include href="xml/element-pinch.xml" />
|
||||||
<xi:include href="xml/element-pyramidsegment.xml" />
|
<xi:include href="xml/element-pyramidsegment.xml" />
|
||||||
|
@ -139,6 +144,7 @@
|
||||||
<xi:include href="xml/plugin-ofa.xml" />
|
<xi:include href="xml/plugin-ofa.xml" />
|
||||||
<xi:include href="xml/plugin-openal.xml" />
|
<xi:include href="xml/plugin-openal.xml" />
|
||||||
<xi:include href="xml/plugin-opencv.xml" />
|
<xi:include href="xml/plugin-opencv.xml" />
|
||||||
|
<xi:include href="xml/plugin-opus.xml" />
|
||||||
<xi:include href="xml/plugin-pcapparse.xml" />
|
<xi:include href="xml/plugin-pcapparse.xml" />
|
||||||
<xi:include href="xml/plugin-rawparse.xml" />
|
<xi:include href="xml/plugin-rawparse.xml" />
|
||||||
<xi:include href="xml/plugin-rfbsrc.xml" />
|
<xi:include href="xml/plugin-rfbsrc.xml" />
|
||||||
|
|
|
@ -1109,6 +1109,71 @@ gst_opencv_text_overlay_get_type
|
||||||
gst_opencv_text_overlay_plugin_init
|
gst_opencv_text_overlay_plugin_init
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<FILE>element-opusdec</FILE>
|
||||||
|
<TITLE>opusdec</TITLE>
|
||||||
|
GstOpusDec
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOpusDecClass
|
||||||
|
gst_opus_dec_get_type
|
||||||
|
GST_TYPE_OPUS_DEC
|
||||||
|
GST_OPUS_DEC
|
||||||
|
GST_OPUS_DEC_CLASS
|
||||||
|
GST_IS_OPUS_DEC
|
||||||
|
GST_IS_OPUS_DEC_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<FILE>element-opusenc</FILE>
|
||||||
|
<TITLE>opusenc</TITLE>
|
||||||
|
GstOpusEnc
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOpusEncClass
|
||||||
|
gst_opus_enc_get_type
|
||||||
|
GST_TYPE_OPUS_ENC
|
||||||
|
GST_OPUS_ENC
|
||||||
|
GST_OPUS_ENC_CLASS
|
||||||
|
GST_IS_OPUS_ENC
|
||||||
|
GST_IS_OPUS_ENC_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<FILE>element-opusparse</FILE>
|
||||||
|
<TITLE>opusparse</TITLE>
|
||||||
|
GstOpusParse
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOpusParseClass
|
||||||
|
gst_opus_parse_get_type
|
||||||
|
GST_TYPE_OPUS_PARSE
|
||||||
|
GST_OPUS_PARSE
|
||||||
|
GST_OPUS_PARSE_CLASS
|
||||||
|
GST_IS_OPUS_PARSE
|
||||||
|
GST_IS_OPUS_PARSE_CLASS
|
||||||
|
</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>
|
<SECTION>
|
||||||
<FILE>element-pcapparse</FILE>
|
<FILE>element-pcapparse</FILE>
|
||||||
<TITLE>pcapparse</TITLE>
|
<TITLE>pcapparse</TITLE>
|
||||||
|
|
Loading…
Reference in a new issue