Home
last modified time | relevance | path

Searched refs:_gst_caps_features_any (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c71 GstCapsFeatures *_gst_caps_features_any = NULL; variable
99 _gst_caps_features_any = gst_caps_features_new_any (); in _priv_gst_caps_features_initialize()
100 gst_caps_features_set_parent_refcount (_gst_caps_features_any, in _priv_gst_caps_features_initialize()
112 gst_caps_features_set_parent_refcount (_gst_caps_features_any, NULL); in _priv_gst_caps_features_cleanup()
113 gst_caps_features_free (_gst_caps_features_any); in _priv_gst_caps_features_cleanup()
114 _gst_caps_features_any = NULL; in _priv_gst_caps_features_cleanup()
Dgstcapsfeatures.h42 GST_API GstCapsFeatures *_gst_caps_features_any; variable
43 #define GST_CAPS_FEATURES_ANY (_gst_caps_features_any)