Searched refs:GST_STRUCTURE (Results 1 – 4 of 4) sorted by relevance
50 #define GST_IS_STRUCTURE(object) ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCT…52 #define GST_STRUCTURE(object) (GST_STRUCTURE_CAST(object)) macro
3045 GstStructure *structure1 = GST_STRUCTURE (g_value_get_boxed (value1)); in gst_value_compare_structure()3046 GstStructure *structure2 = GST_STRUCTURE (g_value_get_boxed (value2)); in gst_value_compare_structure()
499 old = GST_STRUCTURE (user_data); in sdes_struct_compare_func()
4467 s = GST_STRUCTURE (pmeta->info); in scan_meta()