docs: add rsvg plugin to the docs
authorStefan Kost <ensonic@users.sf.net>
Mon, 14 Feb 2011 09:48:34 +0000 (11:48 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 14 Feb 2011 09:49:10 +0000 (11:49 +0200)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt

index 63719918fa547c813d6dc44631c09b94d6ec5f46..f1481776291eec864ed2d7d4d524e413173b3f99 100644 (file)
@@ -69,7 +69,7 @@ SCANOBJ_DEPS = \
        $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la
 
 # Header files to ignore when scanning.
-IGNORE_HFILES = 
+IGNORE_HFILES =
 IGNORE_CFILES =
 
 # we add all .h files of elements that have signals/args we want
@@ -83,7 +83,7 @@ IGNORE_CFILES =
 # -> it just works (TM) (ensonic)
 
 # FIXME: not ported yet
-#      $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c 
+#      $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c
 
 # example code that needs to be converted to xml and placed in xml/
 EXAMPLE_CFILES = \
@@ -124,6 +124,8 @@ EXTRA_HFILES = \
        $(top_srcdir)/ext/opencv/gstpyramidsegment.h \
        $(top_srcdir)/ext/opencv/gsttemplatematch.h \
        $(top_srcdir)/ext/opencv/gsttextwrite.h \
+       $(top_srcdir)/ext/rsvg/gstrsvgdec.h \
+       $(top_srcdir)/ext/rsvg/gstrsvgoverlay.h \
        $(top_srcdir)/ext/sdl/sdlaudiosink.h \
        $(top_srcdir)/ext/sdl/sdlvideosink.h \
        $(top_srcdir)/ext/theora/theoradec.h \
index d102a0691d3d4905998cd64aaf8861f0b7359278..5551d5c600e36abe77e6eef419d78be1ac972d8f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY % version-entities SYSTEM "version.entities">
 %version-entities;
@@ -94,6 +94,8 @@
     <xi:include href="xml/element-pinch.xml" />
     <xi:include href="xml/element-pyramidsegment.xml" />
     <xi:include href="xml/element-qtmux.xml" />
+    <xi:include href="xml/element-rsvgdec.xml" />
+    <xi:include href="xml/element-rsvgoverlay.xml" />
     <xi:include href="xml/element-rtpdtmfdepay.xml" />
     <xi:include href="xml/element-rtpdtmfsrc.xml" />
     <xi:include href="xml/element-rtpdtmfmux.xml" />
     <xi:include href="xml/plugin-rawparse.xml" />
     <xi:include href="xml/plugin-real.xml" />
     <xi:include href="xml/plugin-rfbsrc.xml" />
+    <xi:include href="xml/plugin-rsvg.xml" />
     <xi:include href="xml/plugin-rtpmux.xml" />
     <xi:include href="xml/plugin-scaletempo.xml" />
     <xi:include href="xml/plugin-sdl.xml" />
index fe5104ad51511af7cd35b4debcf41d54a68f9bbd..f85d0754d867aea23c779bb119ed17d93caf6505 100644 (file)
@@ -1188,6 +1188,34 @@ GST_TYPE_QT_MUX
 gst_qt_mux_get_type
 </SECTION>
 
+<SECTION>
+<FILE>element-rsvgoverlay</FILE>
+<TITLE>rsvgoverlay</TITLE>
+GstRsvgOverlay
+<SUBSECTION Standard>
+GstRsvgOverlayClass
+GST_RSVG_OVERLAY
+GST_RSVG_OVERLAY_CLASS
+GST_IS_RSVG_OVERLAY
+GST_IS_RSVG_OVERLAY_CLASS
+GST_TYPE_RSVG_OVERLAY
+gst_rsvg_overlay_get_type
+</SECTION>
+
+<SECTION>
+<FILE>element-rsvgdec</FILE>
+<TITLE>rsvgdec</TITLE>
+GstRsvgDec
+<SUBSECTION Standard>
+GstRsvgDecClass
+GST_RSVG_DEC
+GST_RSVG_DEC_CLASS
+GST_IS_RSVG_DEC
+GST_IS_RSVG_DEC_CLASS
+GST_TYPE_RSVG_DEC
+gst_rsvg_dec_get_type
+</SECTION>
+
 <SECTION>
 <FILE>element-rtpdtmfdepay</FILE>
 <TITLE>rtpdtmfdepay</TITLE>