diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-24 09:12:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-24 09:12:42 +0000 |
commit | 7002f0336ba04f7e85c81a6287221fa906da3f42 (patch) | |
tree | 17acb1a8a0c6e54a13ea167ae5c41abfade42e86 /docs/plugins/inspect | |
parent | 106db1b2eb7172c564151b3254c742f16676d95c (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/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-alphacolor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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->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->YUV colorspace conversion preserving the alpha channels</description> + <description>RGBA to AYUV colorspace conversion preserving the alpha channel</description> <author>Wim Taymans <wim@fluendo.com></author> </element> </elements> |