motioncells: fix mingw build
authorNicola Murino <nicola.murino@gmail.com>
Mon, 30 Jan 2017 10:17:53 +0000 (11:17 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 30 Jan 2017 10:41:01 +0000 (12:41 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=777930

ext/opencv/gstmotioncells.cpp

index 33f314a64d18852954127b5c6b2c7e1f1cfd8c67..00696349d733623ca291b19c74a689cb26500378 100644 (file)
@@ -848,7 +848,7 @@ gst_motion_cells_transform_ip (GstOpencvVideoFilter * base, GstBuffer * buf,
     int thickness, success, motioncellsidxcnt, numberOfCells,
         motioncellsnumber, cellsOfInterestNumber;
     int mincellsOfInterestNumber, motiondetect;
-    uint minimum_motion_frames, postnomotion;
+    guint minimum_motion_frames, postnomotion;
     char *datafile;
     bool display, changed_datafile, useAlpha;
     gint64 starttime;