Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c2600 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_get_valist()
2667 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_id_get_valist()
2743 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_get()
2786 g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE); in gst_structure_id_get()
2825 g_return_val_if_fail (GST_IS_STRUCTURE (structure1), FALSE); in gst_structure_is_equal()
2826 g_return_val_if_fail (GST_IS_STRUCTURE (structure2), FALSE); in gst_structure_is_equal()
2964 g_return_val_if_fail (GST_IS_STRUCTURE (struct1), FALSE); in gst_structure_can_intersect()
2965 g_return_val_if_fail (GST_IS_STRUCTURE (struct2), FALSE); in gst_structure_can_intersect()
3034 g_return_if_fail (GST_IS_STRUCTURE (structure)); in gst_structure_fixate()
Dgststructure.h36 #define GST_IS_STRUCTURE(object) ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCT… macro
Dgstplugin.c1137 g_return_if_fail (GST_IS_STRUCTURE (cache_data)); in gst_plugin_set_cache_data()
Dgstinfo.c834 if (GST_IS_STRUCTURE (ptr)) { in gst_debug_print_object()
Dgstvalue.c2700 g_return_if_fail (structure == NULL || GST_IS_STRUCTURE (structure)); in gst_value_set_structure()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt2927 GST_IS_STRUCTURE
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4466 FAIL_UNLESS (GST_IS_STRUCTURE (pmeta->info)); in scan_meta()