diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h index b84cca3f3d..6755e718aa 100644 --- a/ext/lame/gstlame.h +++ b/ext/lame/gstlame.h @@ -90,13 +90,7 @@ struct _GstLame { gboolean emphasis; gint preset; - /* track this so we don't send a last buffer in eos handler after error */ - GstFlowReturn last_flow; - lame_global_flags *lgf; - - /* time tracker */ - guint64 last_ts, last_offs, last_duration, eos_ts; }; struct _GstLameClass {