caps: gst_caps_is_any() should return TRUE or FALSE
authorTim-Philipp Müller <tim@centricular.com>
Sun, 22 Jun 2014 11:50:42 +0000 (12:50 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 22 Jun 2014 11:50:42 +0000 (12:50 +0100)
commit8e30a9462cf1a470f620490f90a9f51cf976655c
treeeaa7eac40fcc628cb411d544b3df4248c8c187fc
parent2092754ed1554ed255cfde8df602a4255f14c007
caps: gst_caps_is_any() should return TRUE or FALSE

Not some flag value instead of TRUE. Fixes code like
gst_caps_is_any() == TRUE.

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