diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-02 22:13:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-02 22:17:22 +0200 |
commit | 65c650d7d4f4f814950cbc90c1369abaeaed0a22 (patch) | |
tree | ee6dd49d780d1595d85ce7191f2760142627816c /docs/gst | |
parent | 0dd761101c2287e108370742594905e2c15408f0 (diff) |
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.
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index d743b4836..5183a125b 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -459,6 +459,7 @@ gst_caps_intersect_mode_get_type GstCapsFeatures gst_caps_features_new gst_caps_features_new_empty +gst_caps_features_new_any gst_caps_features_new_id gst_caps_features_new_id_valist gst_caps_features_new_valist @@ -472,6 +473,7 @@ gst_caps_features_to_string gst_caps_features_set_parent_refcount gst_caps_features_is_equal +gst_caps_features_is_any gst_caps_features_contains gst_caps_features_contains_id |