Skip to content

value: Simplify range comparison

Edward Hervey requested to merge bilboed/gstreamer:gstvaluebound into master

ranges are only equal if:

  • Their bounds are equal
  • And their step value are equal IF they contain more than one value
Edited by Edward Hervey

Merge request reports