[gst-devel] alignment issues

Cameron Hutchison camh+gst at xdna.net
Wed Apr 7 18:19:00 CEST 2004


Once upon a time Ronald S. Bultje said...
> +
> +#define _GET(__data, __idx, __size, __shift) \
> +    (((guint##__size) (((guint8 *) __data)[__size])) << __shift)
> +

That doesn't look right. The array subscript should be __idx, not
__size.





More information about the gstreamer-devel mailing list