summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpng.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-08-02 11:42:33 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-08-02 11:42:33 +0000
commit2fb546c97188d1fba17ec48334c56a19a1b14162 (patch)
treed3ffc35f3bca05942eb1a084bf6e6141399b5074 /ext/libpng/gstpng.c
parent84371908c80920400406a718a78819a3959dc5db (diff)
Ported pngenc , still have to port pngdec...
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libpng/Makefile.am: * ext/libpng/gstpng.c: * ext/libpng/gstpngenc.c: Ported pngenc , still have to port pngdec...
Diffstat (limited to 'ext/libpng/gstpng.c')
-rw-r--r--ext/libpng/gstpng.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/libpng/gstpng.c b/ext/libpng/gstpng.c
index d9bcd1b6..7cd3c1dd 100644
--- a/ext/libpng/gstpng.c
+++ b/ext/libpng/gstpng.c
@@ -29,9 +29,9 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "pngdec", GST_RANK_PRIMARY,
- GST_TYPE_PNGDEC))
- return FALSE;
+/* if (!gst_element_register (plugin, "pngdec", GST_RANK_PRIMARY, */
+/* GST_TYPE_PNGDEC)) */
+/* return FALSE; */
if (!gst_element_register (plugin, "pngenc", GST_RANK_NONE, GST_TYPE_PNGENC))
return FALSE;