fieldanalysis: exception when block width to 0
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 9 Feb 2015 05:59:46 +0000 (11:29 +0530)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 20 Apr 2015 08:42:14 +0000 (09:42 +0100)
commit3daa793494aa9ea41cd0f0ae5ed20275002e876c
tree3c9aee18667db36652bd51abd063a46d9abab3b1
parentac5e25937b23b55d0e13372fa408167e20cc5dd4
fieldanalysis: exception when block width to 0

When block width property is set to 0, exception occurs.
This happens due to divide by zero errors in calculations.
block width property can never be 0. Hence adjusting the minimum value to 1.

https://bugzilla.gnome.org/show_bug.cgi?id=744188
gst/fieldanalysis/gstfieldanalysis.c