Searched refs:str_vector (Results 1 – 1 of 1) sorted by relevance
493 gchar **str_vector; in gst_xml_helper_get_prop_uint_vector_type() local499 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_xml_helper_get_prop_uint_vector_type()500 if (str_vector) { in gst_xml_helper_get_prop_uint_vector_type()501 *value_size = g_strv_length (str_vector); in gst_xml_helper_get_prop_uint_vector_type()507 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_xml_helper_get_prop_uint_vector_type()508 && strstr (str_vector[i], "-") == NULL) { in gst_xml_helper_get_prop_uint_vector_type()513 property_name, str_vector[i]); in gst_xml_helper_get_prop_uint_vector_type()532 g_strfreev (str_vector); in gst_xml_helper_get_prop_uint_vector_type()