summaryrefslogtreecommitdiffstats
path: root/gst/smoothwave
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smoothwave')
-rw-r--r--gst/smoothwave/gstsmoothwave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c
index 2583a4db..de440f59 100644
--- a/gst/smoothwave/gstsmoothwave.c
+++ b/gst/smoothwave/gstsmoothwave.c
@@ -314,7 +314,7 @@ gst_smoothwave_chain (GstPad * pad, GstData * _data)
gint i;
gint qheight;
const gint16 *samples =
- (const guint16 *) gst_adapter_peek (smoothwave->adapter, bytesperread);
+ (const gint16 *) gst_adapter_peek (smoothwave->adapter, bytesperread);
gint stride = smoothwave->width;
/* First draw the new waveform */