Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdadaptationsetnode.c112 xmlNodePtr adaptation_set_xml_node = NULL; in gst_mpd_adaptation_set_get_xml_node() local
115 adaptation_set_xml_node = xmlNewNode (NULL, (xmlChar *) "AdaptationSet"); in gst_mpd_adaptation_set_get_xml_node()
118 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "id", self->id); in gst_mpd_adaptation_set_get_xml_node()
120 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "group", in gst_mpd_adaptation_set_get_xml_node()
124 gst_xml_helper_set_prop_string (adaptation_set_xml_node, "lang", in gst_mpd_adaptation_set_get_xml_node()
128 gst_xml_helper_set_prop_string (adaptation_set_xml_node, "contentType", in gst_mpd_adaptation_set_get_xml_node()
132 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "minBandwidth", in gst_mpd_adaptation_set_get_xml_node()
135 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "maxBandwidth", in gst_mpd_adaptation_set_get_xml_node()
138 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "minWidth", in gst_mpd_adaptation_set_get_xml_node()
141 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "maxWidth", in gst_mpd_adaptation_set_get_xml_node()
[all …]