Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c112 gst_xml_helper_get_node_content (a_node, &new_base_url->baseURL); in gst_mpdparser_parse_baseURL_node()
183 if (gst_xml_helper_get_node_content (a_node, &location)) { in gst_mpdparser_parse_location_node()
920 gst_xml_helper_get_node_content (cur_node, &new_prog_info->Title); in gst_mpdparser_parse_program_info_node()
922 gst_xml_helper_get_node_content (cur_node, &new_prog_info->Source); in gst_mpdparser_parse_program_info_node()
924 gst_xml_helper_get_node_content (cur_node, &new_prog_info->Copyright); in gst_mpdparser_parse_program_info_node()
Dgstxmlhelper.h107 gboolean gst_xml_helper_get_node_content (xmlNode * a_node,
Dgstxmlhelper.c957 gst_xml_helper_get_node_content (xmlNode * a_node, gchar ** content) in gst_xml_helper_get_node_content() function