GNOME Bugzilla – Bug 578166
libgstwaveform, gstwaveformsink.c "BYTE" instead of "byte"
Last modified: 2009-08-09 10:55:44 UTC
Line 503 of gstwaveformsink.c (data = (byte *) data + bytes_to_write;) may want to use "BYTE" instead of "byte".
Created attachment 132212 [details] [review] Possible fix
This is obsolete now: commit 2e13b85a016330729a3c6ac39d006d06fc1db996 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Jun 25 18:51:12 2009 +0100 waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8 We need a cast here for pointer arithmetic to work correctly, but some MSVC versions don't seem to like 'byte', so use guint8 here. Hopefully fixes #585361. *** This bug has been marked as a duplicate of 585361 ***