[0.11] gst-plugins-ugly: lame: cleanup unused instance struct fields
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue Jan 10 06:17:27 PST 2012
Module: gst-plugins-ugly
Branch: 0.11
Commit: e8cb13fea1918fffc2b6560d3537797e267ceee0
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=e8cb13fea1918fffc2b6560d3537797e267ceee0
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Mon Dec 26 16:34:01 2011 +0100
lame: cleanup unused instance struct fields
---
ext/lame/gstlame.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h
index b84cca3..6755e71 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 {
More information about the gstreamer-commits
mailing list