diff --git a/ext/opencv/gstmotioncells.cpp b/ext/opencv/gstmotioncells.cpp index 26a2c528bd..58253cb3b8 100644 --- a/ext/opencv/gstmotioncells.cpp +++ b/ext/opencv/gstmotioncells.cpp @@ -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;