diff -r 7f6ea4639cb9 -r edcd63c2ac77 gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.h --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.h Tue Nov 14 18:02:43 2006 +0000 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.h Thu Nov 16 21:30:58 2006 +0000 @@ -165,6 +165,9 @@ GstPad *src_video_pad; GstPad *src_audio_pad; + GstFlowReturn last_video_return; + GstFlowReturn last_audio_return; + /* NUV decoding state */ GstNuvDemuxState state; guint64 duration;