Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c1028 xmlNs *curr_ns; in gst_xml_helper_get_node_namespace() local
1041 for (curr_ns = a_node->ns; curr_ns; curr_ns = curr_ns->next) { in gst_xml_helper_get_node_namespace()
1042 if (xmlStrcmp (curr_ns->prefix, (xmlChar *) prefix) == 0) { in gst_xml_helper_get_node_namespace()
1043 namespace = xmlMemStrdup ((const gchar *) curr_ns->href); in gst_xml_helper_get_node_namespace()
1045 GST_LOG (" - %s namespace: %s", curr_ns->prefix, curr_ns->href); in gst_xml_helper_get_node_namespace()