Searched refs:GstParamSpecArray (Results 1 – 4 of 4) sorted by relevance
212 GstParamSpecArray *aspec = GST_PARAM_SPEC_ARRAY_LIST (pspec); in _gst_param_array_init()220 GstParamSpecArray *aspec = GST_PARAM_SPEC_ARRAY_LIST (pspec); in _gst_param_array_finalize()235 GstParamSpecArray *aspec = GST_PARAM_SPEC_ARRAY_LIST (pspec); in _gst_param_array_validate()269 GstParamSpecArray *aspec = GST_PARAM_SPEC_ARRAY_LIST (pspec); in _gst_param_array_values_cmp()313 sizeof (GstParamSpecArray), /* instance_size */ in gst_param_spec_array_get_type()353 GstParamSpecArray *aspec; in gst_param_spec_array()
118 …LIST(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GST_TYPE_PARAM_ARRAY_LIST, GstParamSpecArray))133 typedef struct _GstParamSpecArray GstParamSpecArray; typedef
699 GstParamSpecArray *parray = GST_PARAM_SPEC_ARRAY_LIST (param); in print_object_properties_info()
12200 * Fix copy-paste error for GstParamSpecArray documentation17863 paramspecs: Use gst_value_array_get_type() for GstParamSpecArray type17864 When registering GstParamSpecArray, use the gst_value_array_get_type()18135 paramspecs: Add GstParamSpecArray for GST_TYPE_ARRAY typed properties