Home
last modified time | relevance | path

Searched refs:gst_caps_features_new_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c179 gst_caps_features_new_empty (void) in gst_caps_features_new_empty() function
210 features = gst_caps_features_new_empty (); in gst_caps_features_new_any()
232 features = gst_caps_features_new_empty (); in gst_caps_features_new_single()
282 features = gst_caps_features_new_empty (); in gst_caps_features_new_valist()
337 features = gst_caps_features_new_empty (); in gst_caps_features_new_id_valist()
404 copy = gst_caps_features_new_empty (); in gst_caps_features_copy()
511 ret = gst_caps_features_new_empty (); in gst_caps_features_from_string()
Dgstcapsfeatures.h55 GstCapsFeatures * gst_caps_features_new_empty (void);
Dgstcaps.c2275 f = gst_caps_features_new_empty (); in gst_caps_fixate()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3732 gst_caps_features_new_empty () in GST_START_TEST()