docs: enable the 2 of 65 rtp elements in the docs

This commit is contained in:
Stefan Kost 2010-04-08 17:17:06 +03:00
parent 59f2cb3cb9
commit 6772badb88
5 changed files with 19 additions and 2 deletions

View file

@ -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 \

View file

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

View file

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

View file

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

View file

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