mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: enable the 2 of 65 rtp elements in the docs
This commit is contained in:
parent
59f2cb3cb9
commit
6772badb88
5 changed files with 19 additions and 2 deletions
|
@ -181,6 +181,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/replaygain/gstrganalysis.h \
|
||||
$(top_srcdir)/gst/replaygain/gstrglimiter.h \
|
||||
$(top_srcdir)/gst/replaygain/gstrgvolume.h \
|
||||
$(top_srcdir)/gst/rtp/gstrtpj2kpay.h \
|
||||
$(top_srcdir)/gst/rtp/gstrtpjpegpay.h \
|
||||
$(top_srcdir)/gst/rtpmanager/gstrtpbin.h \
|
||||
$(top_srcdir)/gst/rtpmanager/gstrtpjitterbuffer.h \
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
<xi:include href="xml/element-rgvolume.xml" />
|
||||
<xi:include href="xml/element-rippletv.xml" />
|
||||
<xi:include href="xml/element-rtpdec.xml" />
|
||||
<xi:include href="xml/element-rtpj2kpay.xml" />
|
||||
<xi:include href="xml/element-rtpjpegpay.xml" />
|
||||
<xi:include href="xml/element-rtspsrc.xml" />
|
||||
<xi:include href="xml/element-shagadelictv.xml" />
|
||||
|
|
|
@ -1512,6 +1512,21 @@ GST_IS_RTP_DEC_CLASS
|
|||
gst_rtp_dec_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rtpj2kpay</FILE>
|
||||
<TITLE>rtpj2kpay</TITLE>
|
||||
GstRtpJ2KPay
|
||||
<SUBSECTION Standard>
|
||||
GstRtpJ2KPayClass
|
||||
GST_RTP_J2K_PAY
|
||||
GST_IS_RTP_J2K_PAY
|
||||
GST_TYPE_RTP_J2K_PAY
|
||||
GST_RTP_J2K_PAY_CLASS
|
||||
GST_IS_RTP_J2K_PAY_CLASS
|
||||
gst_rtp_j2k_pay_plugin_init
|
||||
gst_rtp_j2k_pay_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rtpjpegpay</FILE>
|
||||
<TITLE>rtpjpegpay</TITLE>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:rtpj2kpay
|
||||
* SECTION:element-rtpj2kpay
|
||||
*
|
||||
* Payload encode JPEG 2000 pictures into RTP packets according to RFC 5371.
|
||||
* For detailed information see: http://www.rfc-editor.org/rfc/rfc5371.txt
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:rtpjpegpay
|
||||
* SECTION:element-rtpjpegpay
|
||||
*
|
||||
* Payload encode JPEG pictures into RTP packets according to RFC 2435.
|
||||
* For detailed information see: http://www.rfc-editor.org/rfc/rfc2435.txt
|
||||
|
|
Loading…
Reference in a new issue