From 603656d1bfc20dd128843ccd6209032e61b330f8 Mon Sep 17 00:00:00 2001 From: Sébastien Moutte Date: Sun, 13 May 2007 15:47:13 +0000 Subject: gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_data += (filter->width / 8). Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_transform_ip): Use guint8 * instead of gpointer then vs6 can build in_data += (filter->width / 8). --- gst/level/gstlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/level') diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index 3edef456..931d2171 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -534,7 +534,7 @@ static GstFlowReturn gst_level_transform_ip (GstBaseTransform * trans, GstBuffer * in) { GstLevel *filter; - gpointer in_data; + guint8 *in_data; double CS = 0.0; guint num_frames = 0; guint num_int_samples = 0; /* number of interleaved samples -- cgit