summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngdec.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-11-20 12:20:38 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-11-20 12:20:38 +0000
commitdfdc0fa8c9ee0dce74fa4b353209356baea620c8 (patch)
tree8620862700824ae67d65d5030a799fe479616b85 /ext/libpng/gstpngdec.h
parent696e4b02363c07971a0d914a5620606b04c2d53f (diff)
ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.
Original commit message from CVS: * ext/libpng/gstpngdec.c: * ext/libpng/gstpngdec.h: Don't release the png-memory from within the callback.
Diffstat (limited to 'ext/libpng/gstpngdec.h')
-rw-r--r--ext/libpng/gstpngdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libpng/gstpngdec.h b/ext/libpng/gstpngdec.h
index f7c4675a..439b2939 100644
--- a/ext/libpng/gstpngdec.h
+++ b/ext/libpng/gstpngdec.h
@@ -69,6 +69,7 @@ struct _GstPngDec
GstClockTime in_duration;
GstSegment segment;
+ gboolean image_ready;
};
struct _GstPngDecClass