[Bug 748377] OpenCV face detection does not work with OpenCV newer than 2.4.10

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 7 08:48:28 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748377

--- Comment #37 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Btw, delete is not a function, don't add parenthesis to it, it's confusing.

> + delete (cascade);

Should have been

> + delete cascade;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list