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:38:05 +0000 (12:38 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=777930

ext/opencv/gstmotioncells.cpp

index 0aedbd8..44499c7 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;