Searched refs:structure2 (Results 1 – 4 of 4) sorted by relevance
3107 const GstStructure * structure2) in gst_structure_is_equal() argument3110 g_return_val_if_fail (GST_IS_STRUCTURE (structure2), FALSE); in gst_structure_is_equal()3112 if (G_UNLIKELY (structure1 == structure2)) in gst_structure_is_equal()3115 if (structure1->name != structure2->name) { in gst_structure_is_equal()3118 if (GST_STRUCTURE_LEN (structure1) != GST_STRUCTURE_LEN (structure2)) { in gst_structure_is_equal()3123 (gpointer) structure2); in gst_structure_is_equal()
383 const GstStructure * structure2);
3046 GstStructure *structure2 = GST_STRUCTURE (g_value_get_boxed (value2)); in gst_value_compare_structure() local3048 if (structure1 == structure2) in gst_value_compare_structure()3051 if (!structure1 || !structure2) in gst_value_compare_structure()3054 if (gst_structure_is_equal (structure1, structure2)) in gst_value_compare_structure()
3784 GstStructure *structure, *structure2; in GST_START_TEST() local3820 structure2 = gst_structure_new_from_string (structure_str); in GST_START_TEST()3821 fail_unless (gst_structure_is_equal (structure, structure2)); in GST_START_TEST()3856 structure_str = gst_structure_to_string (structure2); in GST_START_TEST()3857 gst_structure_free (structure2); in GST_START_TEST()3858 structure2 = gst_structure_new_from_string (structure_str); in GST_START_TEST()3859 fail_unless (gst_structure_is_equal (structure, structure2)); in GST_START_TEST()3861 gst_structure_free (structure2); in GST_START_TEST()