Home
last modified time | relevance | path

Searched refs:GST_IS_STRUCTURE (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c2884 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_get_valist()
2951 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_id_get_valist()
3027 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_get()
3070 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_id_get()
3109 g_return_val_if_fail (GST_IS_STRUCTURE (structure1), FALSE); in gst_structure_is_equal()
3110 g_return_val_if_fail (GST_IS_STRUCTURE (structure2), FALSE); in gst_structure_is_equal()
3244 g_return_val_if_fail (GST_IS_STRUCTURE (struct1), FALSE); in gst_structure_can_intersect()
3245 g_return_val_if_fail (GST_IS_STRUCTURE (struct2), FALSE); in gst_structure_can_intersect()
3329 g_return_if_fail (GST_IS_STRUCTURE (structure)); in gst_structure_fixate()
Dgststructure.h50 #define GST_IS_STRUCTURE(object) ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCT… macro
Dgstplugin.c1222 g_return_if_fail (GST_IS_STRUCTURE (cache_data)); in gst_plugin_set_cache_data()
Dgstinfo.c876 if (GST_IS_STRUCTURE (ptr)) { in gst_debug_print_object()
Dgstvalue.c2978 g_return_if_fail (structure == NULL || GST_IS_STRUCTURE (structure)); in gst_value_set_structure()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c92 g_return_if_fail (GST_IS_STRUCTURE (*value_s)); in _gst_structure_take_structure()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c888 || GST_IS_STRUCTURE (element_properties)); in gst_encoding_profile_set_element_properties()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3836 fail_unless (GST_IS_STRUCTURE (tmpstruct)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4466 FAIL_UNLESS (GST_IS_STRUCTURE (pmeta->info)); in scan_meta()