value: remove gst_value_register_{subtract,union,intersect}_func() API
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Dec 2011 00:18:29 +0000 (00:18 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Mar 2012 11:21:37 +0000 (11:21 +0000)
commit3e8d6d6064cbf94751f40dad9159c994e7d138ae
tree3432a981c1506f9e78f52873afd3fe2433409041
parentcfa639c56c8537cf79f85c61543872566dcb01f5
value: remove gst_value_register_{subtract,union,intersect}_func() API

There isn't really any need to provide public API for that. It's not
used anywhere in practice, and we aim to provide an API that works
for GstCaps, not some kind of generic set manipulation API based on
GValue. Making this private also makes it easier to optimise this
later. We can always put it back if someone actually needs it.
docs/gst/gstreamer-sections.txt
gst/gstvalue.c
gst/gstvalue.h
win32/common/libgstreamer.def