GNOME Bugzilla – Bug 743906
quarktv: doesn't work with planes=0, fix property range accordingly
Last modified: 2015-03-28 11:38:08 UTC
When planes property is set to 0, the pipeline executes in an infinite loop and never exits Since planes can never be 0, setting the minimum value as 1
Created attachment 295992 [details] [review] launch error when planes is set as 0
Pushed, thanks for the patch: commit fb5394dbf0b157f7dae03a6451272b0845971c9e Author: Vineeth T M <vineeth.tm@samsung.com> Date: Tue Feb 3 10:18:58 2015 +0530 quarktv: fix "planes" property range, a value of 0 is not allowed When planes property is set to 0, the pipeline executes in an infinite loop and never exits. Since planes must never be 0, set the minimum value in the property description to 1. https://bugzilla.gnome.org/show_bug.cgi?id=743906