mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-12 03:08:56 +00:00
READ_UE_ALLOWED was almost exclusively used with min == 0, which doesn't make much point for unsigned integers. Add a READ_UE_MAX variant and use that instead. Also replaced two usages of CHECK_ALLOWED (a,0,something) by CHECK_ALLOWED_MAX (a, something) |
||
---|---|---|
.. | ||
gst | ||
Makefile.am |