summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pnm/gstpnmdec.h')
-rw-r--r--gst/pnm/gstpnmdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/pnm/gstpnmdec.h b/gst/pnm/gstpnmdec.h
index a148f72c9..28a3c5053 100644
--- a/gst/pnm/gstpnmdec.h
+++ b/gst/pnm/gstpnmdec.h
@@ -41,6 +41,7 @@ struct _GstPnmdec
GstElement element;
GstVideoDecoder decoder;
GstPnmInfoMngr mngr;
+ GstVideoCodecState *input_state;
guint size, last_byte, current_size ;
GstBuffer *buf;
};