branch | trunk |
changeset 89 | edcd63c2ac77 |
parent 85 | 7f6ea4639cb9 |
child 91 | 6b1e210c250a |
1.1 --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.h Tue Nov 14 18:02:43 2006 +0000 1.2 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.h Thu Nov 16 21:30:58 2006 +0000 1.3 @@ -165,6 +165,9 @@ 1.4 GstPad *src_video_pad; 1.5 GstPad *src_audio_pad; 1.6 1.7 + GstFlowReturn last_video_return; 1.8 + GstFlowReturn last_audio_return; 1.9 + 1.10 /* NUV decoding state */ 1.11 GstNuvDemuxState state; 1.12 guint64 duration;