summaryrefslogtreecommitdiffstats
path: root/ext/libpng
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-28 17:46:06 +0200
committerStefan Kost <ensonic@users.sf.net>2009-01-28 18:05:09 +0200
commit9cf73bdd8f18505269fa4b6d1d80127945e735b1 (patch)
tree799b0f7efa6d37844173fbd636bc58254cbccd78 /ext/libpng
parent1f32369451bd5ddf7a59defef7900d508ee144da (diff)
Update and add documentation for plugins with deps (ext).
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out.
Diffstat (limited to 'ext/libpng')
-rw-r--r--ext/libpng/gstpngdec.c1
-rw-r--r--ext/libpng/gstpngenc.c5
2 files changed, 5 insertions, 1 deletions
diff --git a/ext/libpng/gstpngdec.c b/ext/libpng/gstpngdec.c
index 8932e88b..d0f9d0d5 100644
--- a/ext/libpng/gstpngdec.c
+++ b/ext/libpng/gstpngdec.c
@@ -12,7 +12,6 @@
* Boston, MA 02111-1307, USA.
*
*/
-
/**
* SECTION:element-pngdec
*
diff --git a/ext/libpng/gstpngenc.c b/ext/libpng/gstpngenc.c
index 160958c1..1d1de33d 100644
--- a/ext/libpng/gstpngenc.c
+++ b/ext/libpng/gstpngenc.c
@@ -15,6 +15,11 @@
* Boston, MA 02111-1307, USA.
*
*/
+/**
+ * SECTION:element-pngenc
+ *
+ * Encodes png images.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"