docs: enable the 2 of 65 rtp elements in the docs
authorStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 14:17:06 +0000 (17:17 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 14:19:41 +0000 (17:19 +0300)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
gst/rtp/gstrtpj2kpay.c
gst/rtp/gstrtpjpegpay.c

index fc57b24..658ea60 100644 (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 \
index e85c236..c13ff01 100644 (file)
     <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" />
index 373a11e..42abcb4 100644 (file)
@@ -1513,6 +1513,21 @@ 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>
 GstRtpJPEGPay
index 095b2ee..cd049af 100644 (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
index b313f3f..fed06b0 100644 (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