mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
23880ec874
CLAMP checks both if n_taps is '< 0' and '> max_taps'. n_taps will never be a negative number because it is an unsigned integer. Removing that check and only making sure it isn't set bigger than max. CID 1256558 |
||
---|---|---|
.. | ||
ext | ||
gst | ||
Makefile.am |