[Bug 730510] facedetect: improve performance
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jul 24 06:33:12 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=730510
GStreamer | gst-plugins-bad | 1.x
--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-07-24 13:33:08 UTC ---
> + GST_LOG_OBJECT (filter,
> + "Calculated stddev %f lesser than min_stddev %" G_GINT32_FORMAT
>
> %lf as img_stddev is a double?
This is not required, since floats are automatically promoted to doubles in
vararg functions.
Just like "%" G_GINT32_FORMAT is not really needed, you can just use "%d" since
the gint32 would be promoted to a normal int in any case here.
--
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