summaryrefslogtreecommitdiff
path: root/gst/gstcapsfeatures.h
Commit message (Collapse)AuthorAgeFilesLines
* capsfeatures: Add GST_CAPS_FEATURES_ANYSebastian Dröge2013-04-021-0/+6
| | | | | | | 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.
* caps: Add new data type for handling caps features to the capsSebastian Dröge2013-03-311-0/+74
These are meant to specify features in caps that are required for a specific structure, for example a specific memory type or meta. Semantically they could be though of as an extension of the media type name of the structures and are handled exactly like that.