Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdsegmenttemplatenode.c109 xmlNodePtr segment_template_xml_node = NULL; in gst_mpd_segment_template_get_xml_node() local
112 segment_template_xml_node = xmlNewNode (NULL, (xmlChar *) "SegmentTemplate"); in gst_mpd_segment_template_get_xml_node()
115 gst_xml_helper_set_prop_string (segment_template_xml_node, "media", in gst_mpd_segment_template_get_xml_node()
119 gst_xml_helper_set_prop_string (segment_template_xml_node, "index", in gst_mpd_segment_template_get_xml_node()
123 gst_xml_helper_set_prop_string (segment_template_xml_node, "initialization", in gst_mpd_segment_template_get_xml_node()
127 gst_xml_helper_set_prop_string (segment_template_xml_node, in gst_mpd_segment_template_get_xml_node()
130 return segment_template_xml_node; in gst_mpd_segment_template_get_xml_node()