Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdlocationnode.c43 xmlNodePtr location_xml_node = NULL; in gst_mpd_location_get_xml_node() local
46 location_xml_node = xmlNewNode (NULL, (xmlChar *) "Location"); in gst_mpd_location_get_xml_node()
49 gst_xml_helper_set_content (location_xml_node, self->location); in gst_mpd_location_get_xml_node()
51 return location_xml_node; in gst_mpd_location_get_xml_node()