GNOME Bugzilla – Bug 795428
dssim: Add a dssim-error-threshold property
Last modified: 2018-04-21 01:35:28 UTC
.
Created attachment 371190 [details] [review] dssim: Add a dssim-error-threshold property If that threshold is reached, `iqa` will emit an ERROR message on the bus, stopping any processing. This way we can do a simpler comparison with gst-validate and the process will error out if the specified threshold is reached.
Created attachment 371191 [details] [review] dssim: Add a dssim-error-threshold property If that threshold is reached, `iqa` will emit an ERROR message on the bus, stopping any processing. This way we can do a simpler comparison with gst-validate and the process will error out if the specified threshold is reached.
Review of attachment 371191 [details] [review]: Looks good to me apart from that, useful addition :) ::: ext/iqa/iqa.c @@ -305,2 +333,3 @@ g_value_set_boolean (value, self->do_dssim); break; + case PROP_SSIM_ERROR_THRESHOLD: might as well lock in set_prop too :)
Attachment 371191 [details] pushed as cbb4bdb - dssim: Add a dssim-error-threshold property