motioncells: fix mingw build

https://bugzilla.gnome.org/show_bug.cgi?id=777930
This commit is contained in:
Nicola Murino 2017-01-30 11:17:53 +01:00 committed by Sebastian Dröge
parent 01c60e664d
commit 09835b3d27

View 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;