capsfeatures: Add GST_CAPS_FEATURES_ANY
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 2 Apr 2013 20:13:22 +0000 (22:13 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 2 Apr 2013 20:17:22 +0000 (22:17 +0200)
commit65c650d7d4f4f814950cbc90c1369abaeaed0a22
treeee6dd49d780d1595d85ce7191f2760142627816c
parent0dd761101c2287e108370742594905e2c15408f0
capsfeatures: Add GST_CAPS_FEATURES_ANY

This is equal to any other caps features but results in unfixed caps. It
would be used by elements that only look at the buffer metadata or are
currently working in passthrough mode, and as such don't care about any
specific features.
docs/gst/gstreamer-sections.txt
gst/gstcaps.c
gst/gstcapsfeatures.c
gst/gstcapsfeatures.h
tests/check/gst/gstcapsfeatures.c