Home
last modified time | relevance | path

Searched refs:gst_caps_features_free (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcapsfeatures.c61 gst_caps_features_free (a); in GST_START_TEST()
62 gst_caps_features_free (b); in GST_START_TEST()
80 gst_caps_features_free (a); in GST_START_TEST()
81 gst_caps_features_free (b); in GST_START_TEST()
94 gst_caps_features_free (a); in GST_START_TEST()
95 gst_caps_features_free (b); in GST_START_TEST()
Dgstvalue.c3748 gst_caps_features_free (feats); in GST_START_TEST()
3749 gst_caps_features_free (feats2); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c76 gst_caps_features_copy, gst_caps_features_free);
113 gst_caps_features_free (_gst_caps_features_any); in _priv_gst_caps_features_cleanup()
117 gst_caps_features_free (_gst_caps_features_memory_system_memory); in _priv_gst_caps_features_cleanup()
423 gst_caps_features_free (GstCapsFeatures * features) in gst_caps_features_free() function
540 gst_caps_features_free (ret); in gst_caps_features_from_string()
557 gst_caps_features_free (ret); in gst_caps_features_from_string()
Dgstcapsfeatures.h82 void gst_caps_features_free (GstCapsFeatures * features);
123 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstCapsFeatures, gst_caps_features_free)
Dgstcaps.c212 gst_caps_features_free (features); in _gst_caps_free()
506 gst_caps_features_free (f); in gst_caps_remove_and_get_structure()
686 gst_caps_features_free (features); in gst_caps_append_structure_full()
799 gst_caps_features_free (features); in gst_caps_merge_structure_full()
833 gst_caps_features_free (features); in gst_caps_merge_structure_full()
926 gst_caps_features_free (features); in gst_caps_get_features()
965 gst_caps_features_free (old); in gst_caps_set_features()
992 gst_caps_features_free (features); in gst_caps_set_features_simple()
2485 gst_caps_features_free (features); in gst_caps_from_string_inplace()
2680 gst_caps_features_free (features); in gst_caps_filter_and_map_in_place()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c249 gst_caps_features_free (passthrough); in _gl_memory_upload_transform_caps()
575 gst_caps_features_free (passthrough); in _dma_buf_upload_transform_caps()
936 gst_caps_features_free (passthrough); in _direct_dma_buf_upload_transform_caps()
1036 gst_caps_features_free (passthrough); in _upload_meta_upload_transform_caps()
1333 gst_caps_features_free (passthrough); in _raw_data_upload_transform_caps()
1514 gst_caps_features_free (passthrough); in _directviv_upload_transform_caps()
1838 gst_caps_features_free (passthrough); in _nvmm_upload_transform_caps()
Dgstglviewconvert.c789 gst_caps_features_free (features); in _expand_par_for_half_aspect()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c95 gst_caps_features_free (feature); in gst_cuda_convert_caps_remove_format_info()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11upload.cpp233 gst_caps_features_free (overlay_feature); in _set_caps_features()
Dgstd3d11convert.cpp151 gst_caps_features_free (feature); in gst_d3d11_base_convert_caps_remove_format_info()
194 gst_caps_features_free (feature); in gst_d3d11_base_convert_caps_rangify_size_info()
238 gst_caps_features_free (feature); in gst_d3d11_base_convert_caps_remove_format_and_rangify_size_info()
Dgstd3d11deinterlace.cpp772 gst_caps_features_free (feature); in gst_d3d11_deinterlace_remove_interlace_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c779 gst_caps_features_free (*capsfeatures); in gst_va_base_dec_get_preferred_format_and_caps_features()
Dgstvavpp.c876 gst_caps_features_free (features); in gst_va_vpp_complete_caps_features()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c979 gst_caps_features_free (features); in _expand_par_for_half_aspect()
/third_party/gstreamer/gstreamer/
DChangeLog35000 Otherwise gst_caps_features_free() asserts and the features structure is leaked
/third_party/gstreamer/gstplugins_base/
DChangeLog29338 GstCapsFeatures need to be freed with gst_caps_features_free() after use.
/third_party/gstreamer/gstplugins_bad/
DChangeLog90046 GstCapsFeatures need to be freed with gst_caps_features_free() after use.