diff options
Diffstat (limited to 'gst/mxf/mxfdemux.h')
-rw-r--r-- | gst/mxf/mxfdemux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index e431e306..0a4f8b83 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -93,6 +93,7 @@ struct _GstMXFDemuxPad gboolean need_segment; GstClockTime last_stop; + gdouble last_stop_accumulated_error; GstFlowReturn last_flow; gboolean eos, discont; |