Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c494 guint *prop_uint_vector = NULL, i; in gst_xml_helper_get_prop_uint_vector_type() local
502 prop_uint_vector = g_malloc (*value_size * sizeof (guint)); in gst_xml_helper_get_prop_uint_vector_type()
503 if (prop_uint_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()
509 GST_LOG (" %u", prop_uint_vector[i]); in gst_xml_helper_get_prop_uint_vector_type()
518 g_free (prop_uint_vector); in gst_xml_helper_get_prop_uint_vector_type()
519 prop_uint_vector = NULL; in gst_xml_helper_get_prop_uint_vector_type()
524 *property_value = prop_uint_vector; in gst_xml_helper_get_prop_uint_vector_type()