Original commit message from CVS:
* ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
unsigned int. (fixes #167128)
2005-02-11 David Schleef <ds@schleef.org>
+ * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
+ unsigned int. (fixes #167128)
+
+2005-02-11 David Schleef <ds@schleef.org>
+
* gst/librfb/Makefile.am: Testing stuff before committing is
for wimps... and people with fast machines. Fix stupid
mistake.
{
unsigned char *in_data;
unsigned char *out_data;
- uint h_subsample;
- uint v_subsample;
- uint line;
+ unsigned int h_subsample;
+ unsigned int v_subsample;
+ unsigned int line;
GstBuffer *outbuf = input;
/*We crop only if the target region is smaller than the input one */