Home
last modified time | relevance | path

Searched refs:prop_string_vector (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c388 gchar **prop_string_vector = NULL; in gst_xml_helper_get_prop_string_vector_type() local
394 prop_string_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_xml_helper_get_prop_string_vector_type()
395 if (prop_string_vector) { in gst_xml_helper_get_prop_string_vector_type()
397 *property_value = prop_string_vector; in gst_xml_helper_get_prop_string_vector_type()
399 while (prop_string_vector[i]) { in gst_xml_helper_get_prop_string_vector_type()
400 GST_LOG (" %s", prop_string_vector[i]); in gst_xml_helper_get_prop_string_vector_type()