Searched refs:arval (Results 1 – 1 of 1) sorted by relevance
3415 GValue arval = G_VALUE_INIT; in _gst_structure_set_any_list() local3424 g_value_init (&arval, G_TYPE_VALUE_ARRAY); in _gst_structure_set_any_list()3425 g_value_set_static_boxed (&arval, array); in _gst_structure_set_any_list()3427 if (g_value_transform (&arval, &value)) { in _gst_structure_set_any_list()3434 g_value_unset (&arval); in _gst_structure_set_any_list()