diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h
index b84cca3f3d54ee8179e794f416dbcd90a844e6ee..6755e718aab12325c37606866d0ca896fd3081fd 100644 (file)
--- a/ext/lame/gstlame.h
+++ b/ext/lame/gstlame.h
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 {