summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-24 09:12:42 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-24 09:12:42 +0000
commit7002f0336ba04f7e85c81a6287221fa906da3f42 (patch)
tree17acb1a8a0c6e54a13ea167ae5c41abfade42e86 /docs
parent106db1b2eb7172c564151b3254c742f16676d95c (diff)
Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-alphacolor.xml: * gst/alpha/Makefile.am: * gst/alpha/gstalphacolor.c: * gst/alpha/gstalphacolor.h: Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml1
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt14
-rw-r--r--docs/plugins/inspect/plugin-alphacolor.xml4
4 files changed, 18 insertions, 2 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 174bb997..e94a8b5c 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -77,6 +77,7 @@ IGNORE_CFILES =
# the registry won't have the element
EXTRA_HFILES = \
+ $(top_srcdir)/gst/alpha/gstalphacolor.h \
$(top_srcdir)/gst/apetag/gstapedemux.h \
$(top_srcdir)/gst/audiofx/audiopanorama.h \
$(top_srcdir)/gst/audiofx/audioinvert.h \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index 291cc465..a04e2585 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -12,6 +12,7 @@
<chapter>
<title>gst-plugins-good Elements</title>
+ <xi:include href="xml/element-alphacolor.xml" />
<xi:include href="xml/element-apedemux.xml" />
<xi:include href="xml/element-apev2mux.xml" />
<xi:include href="xml/element-audiopanorama.xml" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 7a694bbb..d8e572b3 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -1,4 +1,18 @@
<SECTION>
+<FILE>element-alphacolor</FILE>
+GstAlphaColor
+<TITLE>alphacolor</TITLE>
+<SUBSECTION Standard>
+GstAlphaColorClass
+GST_ALPHA_COLOR
+GST_IS_ALPHA_COLOR
+GST_TYPE_ALPHA_COLOR
+gst_alpha_color_get_type
+GST_ALPHA_COLOR_CLASS
+GST_IS_ALPHA_COLOR_CLASS
+</SECTION>
+
+<SECTION>
<FILE>element-apedemux</FILE>
GstApeDemux
<TITLE>apedemux</TITLE>
diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml
index 8dd253ba..a2df37e7 100644
--- a/docs/plugins/inspect/plugin-alphacolor.xml
+++ b/docs/plugins/inspect/plugin-alphacolor.xml
@@ -1,6 +1,6 @@
<plugin>
<name>alphacolor</name>
- <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
+ <description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename>
<version>0.10.5.1</version>
@@ -13,7 +13,7 @@
<name>alphacolor</name>
<longname>Alpha color filter</longname>
<class>Filter/Effect/Video</class>
- <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
+ <description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
</elements>