Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdprograminformationnode.c55 xmlNodePtr program_info_xml_node = NULL; in gst_mpd_program_information_get_xml_node() local
59 program_info_xml_node = xmlNewNode (NULL, (xmlChar *) "ProgramInformation"); in gst_mpd_program_information_get_xml_node()
62 gst_xml_helper_set_prop_string (program_info_xml_node, "lang", self->lang); in gst_mpd_program_information_get_xml_node()
65 gst_xml_helper_set_prop_string (program_info_xml_node, "moreInformationURL", in gst_mpd_program_information_get_xml_node()
71 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node()
77 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node()
83 xmlAddChild (program_info_xml_node, child_node); in gst_mpd_program_information_get_xml_node()
86 return program_info_xml_node; in gst_mpd_program_information_get_xml_node()