Skip to content

gst: add check for IntRange::with_step step size

Brad Hards requested to merge bradh/gstreamer-rs:intrange_checks_2025-01-09 into main

Offshoot of discussion at gst-plugins-rs!1990 (comment 2727525) on checking values.

I considered whether this could be a compile time check (since we only use it with constant values), but that isn't necessarily valid outside of the gstreamer repo.

Merge request reports

Loading