mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: add rsvg plugin to the docs
This commit is contained in:
parent
07f797bf39
commit
eb0d4f2b3f
3 changed files with 36 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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" />
|
||||
|
@ -195,6 +197,7 @@
|
|||
<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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue