summaryrefslogtreecommitdiffstats
path: root/ext/libpng
diff options
context:
space:
mode:
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"