summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2017-01-30 11:17:53 +0100
committerSebastian Dröge <sebastian@centricular.com>2017-01-30 12:41:01 +0200
commit259cb629414d13329588322491d8e6bfdab26a2c (patch)
treec53cfa2e25df73074c27f68bf45e54f0b2d31bca
parent34197068459591acac0891661a328ae756b00da8 (diff)
downloadgstreamer-plugins-bad-259cb629414d13329588322491d8e6bfdab26a2c.tar.gz
motioncells: fix mingw build
https://bugzilla.gnome.org/show_bug.cgi?id=777930
-rw-r--r--ext/opencv/gstmotioncells.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gstmotioncells.cpp b/ext/opencv/gstmotioncells.cpp
index 33f314a64..00696349d 100644
--- a/ext/opencv/gstmotioncells.cpp
+++ b/ext/opencv/gstmotioncells.cpp
@@ -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;