summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: b13556d)
raw | patch | inline | side by side (from parent 1: b13556d)
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | |
Mon, 26 Dec 2011 15:34:01 +0000 (16:34 +0100) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:52 +0000 (15:10 +0530) |
ext/lame/gstlame.h | patch | blob | history |
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 {