caps: fix compiler warning reported by ICC
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Aug 2011 20:05:34 +0000 (21:05 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Aug 2011 20:15:29 +0000 (21:15 +0100)
commit4985d2a954b293e56d670d10e2448ddd52d574d2
treed0bef0646937511f6269305ce43592d68f4a0ec1
parentc56881a02672f1e1d48479abbf6fb2165c46b1b4
caps: fix compiler warning reported by ICC

The MAX macro expands to code that checks if an unsigned integer is < 0.

Fixes warning #186: pointless comparison of unsigned integer reported by ICC.

https://bugzilla.gnome.org/show_bug.cgi?id=656265
gst/gstcaps.c