value: Remove set-style bitmask intersection/union/subtraction functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Feb 2013 16:00:23 +0000 (17:00 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 Feb 2013 16:07:47 +0000 (17:07 +0100)
commitfb3b53328f19489848f6d25473ad41b75d7f6ca6
treefb6a57604b21322db999865675a99f1bd449bfca
parente479d2204023788b65b84638ad0a3cbdb1c1d827
value: Remove set-style bitmask intersection/union/subtraction functions

Set operations on the bitmasks don't make much sense and result
in invalid caps when used as a channel-mask. They are now handled
exactly like integers.

This functionality was not used anywhere except for tests.

https://bugzilla.gnome.org/show_bug.cgi?id=691370
gst/gstvalue.c
tests/check/gst/gstvalue.c