Searched refs:gst_xml_helper_get_prop_string (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 115 gst_xml_helper_get_prop_string (a_node, "serviceLocation", in gst_mpdparser_parse_baseURL_node() 117 gst_xml_helper_get_prop_string (a_node, "byteRange", in gst_mpdparser_parse_baseURL_node() 133 if (!gst_xml_helper_get_prop_string (a_node, "value", &new_descriptor->value)) { in gst_mpdparser_parse_descriptor_type() 151 gst_xml_helper_get_prop_string (a_node, "lang", &new_content_component->lang); in gst_mpdparser_parse_content_component_node() 152 gst_xml_helper_get_prop_string (a_node, "contentType", in gst_mpdparser_parse_content_component_node() 224 gst_xml_helper_get_prop_string (a_node, "media", &new_segment_url->media); in gst_mpdparser_parse_segment_url_node() 227 gst_xml_helper_get_prop_string (a_node, "index", &new_segment_url->index); in gst_mpdparser_parse_segment_url_node() 243 gst_xml_helper_get_prop_string (a_node, "sourceURL", in gst_mpdparser_parse_url_type_node() 523 gst_xml_helper_get_prop_string (a_node, "profiles", in gst_mpdparser_parse_representation_base() 536 gst_xml_helper_get_prop_string (a_node, "audioSamplingRate", in gst_mpdparser_parse_representation_base() [all …]
|
D | gstxmlhelper.h | 67 gboolean gst_xml_helper_get_prop_string (xmlNode * a_node,
|
D | gstxmlhelper.c | 376 gst_xml_helper_get_prop_string (xmlNode * a_node, in gst_xml_helper_get_prop_string() function 1059 ret = gst_xml_helper_get_prop_string (a_node, property_name, property_value); in gst_xml_helper_get_prop_string_stripped()
|