Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdadaptationsetnode.c131 if (self->minBandwidth) in gst_mpd_adaptation_set_get_xml_node()
133 self->minBandwidth); in gst_mpd_adaptation_set_get_xml_node()
227 self->minBandwidth = 0; in gst_mpd_adaptation_set_node_init()
Dgstmpdadaptationsetnode.h43 guint minBandwidth; member
Dgstmpdparser.c674 &new_adap_set->minBandwidth); in gst_mpdparser_parse_adaptation_set_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1207 assert_equals_uint64 (adaptationSet->minBandwidth, 100); in GST_START_TEST()