[Bug 773090] paramspecs: Add int range

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 24 16:37:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=773090

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This is a property spec describing a property of type int range with a start,
stop and a step.

For start we have min_start, max_start and default_start.

For stop we have min_stop, max_stop and default_stop.

For step we have min_step, max_step and default_step.

An actual range will have [start, stop, step].

As far as I can tell the pspec can currently only express a range for the
allowed step values but not that the step itself can only be a multiple of N
rather than anything within min_step and max_step.

(Also, thinking about this some more I think the validation wrt to checking
min/max for the step is not right.)

-- 
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