[Bug 643252] Improve opencv facedetect performance

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 20 09:33:41 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643252
  GStreamer | gst-plugins-bad | git

--- Comment #13 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-07-20 16:33:34 UTC ---
Review of attachment 186932:
 --> (https://bugzilla.gnome.org/review?bug=643252&attachment=186932)

::: ext/opencv/gstfaceblur.c
@@ +118,3 @@
+  };
+  *id = g_flags_register_static ("GstOpencvFaceDetectFlags", values);
+

*id = g_flags_register_static ("GstOpencvFaceBlurFlags", values);

otherwise you'll get
gst-plugin-scanner:7672): GLib-GObject-WARNING **: cannot register existing
type `GstOpencvFaceDetectFlags'

please also rename the flags itself.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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