Searched refs:GST_IS_STRUCTURE (Results 1 – 9 of 9) sorted by relevance
2884 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()
50 #define GST_IS_STRUCTURE(object) ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCT… macro
1222 g_return_if_fail (GST_IS_STRUCTURE (cache_data)); in gst_plugin_set_cache_data()
876 if (GST_IS_STRUCTURE (ptr)) { in gst_debug_print_object()
2978 g_return_if_fail (structure == NULL || GST_IS_STRUCTURE (structure)); in gst_value_set_structure()
92 g_return_if_fail (GST_IS_STRUCTURE (*value_s)); in _gst_structure_take_structure()
888 || GST_IS_STRUCTURE (element_properties)); in gst_encoding_profile_set_element_properties()
3836 fail_unless (GST_IS_STRUCTURE (tmpstruct)); in GST_START_TEST()
4466 FAIL_UNLESS (GST_IS_STRUCTURE (pmeta->info)); in scan_meta()