projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b23d3
)
level: remove unused variables in instance struct
author
Stefan Sauer
<ensonic@users.sf.net>
Sat, 1 Jun 2013 19:33:46 +0000
(21:33 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Sat, 1 Jun 2013 19:34:37 +0000
(21:34 +0200)
gst/level/gstlevel.h
patch
|
blob
|
history
diff --git
a/gst/level/gstlevel.h
b/gst/level/gstlevel.h
index 85cb1c899553894229609c0adbd1e8e0407f336d..e6d927ae6dad0a1f76848a197fa23c0a3f742664 100644
(file)
--- a/
gst/level/gstlevel.h
+++ b/
gst/level/gstlevel.h
@@
-74,8
+74,6
@@
struct _GstLevel {
gdouble *last_peak; /* last normalized Peak value over interval */
gdouble *decay_peak; /* running decaying normalized Peak */
gdouble *decay_peak_base; /* value of last peak we are decaying from */
- gdouble *MS; /* normalized Mean Square of buffer */
- gdouble *RMS_dB; /* RMS in dB to emit */
GstClockTime *decay_peak_age; /* age of last peak */
void (*process)(gpointer, guint, guint, gdouble*, gdouble*);