summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/smoothwave/gstsmoothwave.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c
index 16d57da6..2583a4db 100644
--- a/gst/smoothwave/gstsmoothwave.c
+++ b/gst/smoothwave/gstsmoothwave.c
@@ -349,10 +349,11 @@ gst_smoothwave_chain (GstPad * pad, GstData * _data)
prev_y[1] += diff_y;
}
} else {
- qheight = smoothwave->height / 2;
guchar *cur_pos;
gint prev_y;
+ qheight = smoothwave->height / 2;
+
prev_y = (gint32) (*samples) * qheight / 32768;
samples++;
cur_pos = smoothwave->imagebuffer + ((prev_y + qheight) * stride);