Searched refs:program_info_xml_node (Results 1 – 1 of 1) sorted by relevance
55 xmlNodePtr program_info_xml_node = NULL; in gst_mpd_program_information_get_xml_node() local59 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()