gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_data...
authorSébastien Moutte <sebastien@moutte.net>
Sun, 13 May 2007 15:47:13 +0000 (15:47 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sun, 13 May 2007 15:47:13 +0000 (15:47 +0000)
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).

ChangeLog
gst/level/gstlevel.c

index 31027bc61f2236448531cccc6170b29ff4a7ceef..47d611c6243f032c9520c03bec2154828197ef48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * gst/rtsp/rtsptransport.c:
        UDP MCAST is actually the default for RTP/AVP.
+2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
+
+       * gst/level/gstlevel.c: (gst_level_transform_ip):
+       Use guint8 * instead of gpointer then vs6 can build 
+       in_data += (filter->width / 8).
 
 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
 
index 3edef456f825f329f291975fad726556e7110c8c..931d2171306b6042db48ed1d9a964ec910e9d0c1 100644 (file)
@@ -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