mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
motioncells: fix misleading warning message
calculate_motion != FALSE means the motion computation logic is disabled, not a mapping error.
This commit is contained in:
parent
8f3392ba44
commit
c0ced1590d
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ gst_motion_cells_transform_ip (GstOpencvVideoFilter * base, GstBuffer * buf,
|
|||
GFREE (motionmaskcellsidx);
|
||||
GFREE (motioncellsidx);
|
||||
} else {
|
||||
GST_WARNING_OBJECT (filter, "error mapping input buffer");
|
||||
GST_WARNING_OBJECT (filter, "Motion detection disabled");
|
||||
GST_OBJECT_UNLOCK (filter);
|
||||
}
|
||||
return GST_FLOW_OK;
|
||||
|
|
Loading…
Reference in a new issue