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 fc57b24521d1bb9e7929f602e7c30abb6599b2cd..658ea605b81e71e0c0ab61e045788ebe32fff274 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 e85c236cb9db480f16b957640f348cd181586414..c13ff01d868c18dc32f29d62f17f830d9427c64e 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 373a11e46974a55cddd4c0408b6a3d456e5e6d2a..42abcb4cef4c87b1436131c5166506dbcf21fb37 100644 (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>
index 095b2ee3343cd5d206bad2d67ef5963f534d3044..cd049af4e4b6ed46d0c4b00fc420bae425f1fa8d 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 b313f3f457c9747ab521a2ac90c7c64e5845f65e..fed06b00559528523246c2135759ad1d978fd83b 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