mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
motioncells: fix mingw build
https://bugzilla.gnome.org/show_bug.cgi?id=777930
This commit is contained in:
parent
01c60e664d
commit
09835b3d27
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue