Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c250 if (self->maxSubsegmentDuration) in gst_mpd_root_get_xml_node()
252 self->maxSubsegmentDuration); in gst_mpd_root_get_xml_node()
379 self->maxSubsegmentDuration = 0; /* [ms] */ in gst_mpd_root_node_init()
Dgstmpdrootnode.h51 guint64 maxSubsegmentDuration; /* [ms] */ member
Dgstmpdparser.c1054 GST_MPD_DURATION_NONE, &new_mpd_root->maxSubsegmentDuration); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c193 assert_equals_uint64 (mpdclient->mpd_root_node->maxSubsegmentDuration, in GST_START_TEST()
6211 assert_equals_uint64 (first_mpdclient->mpd_root_node->maxSubsegmentDuration, in GST_START_TEST()
6212 second_mpdclient->mpd_root_node->maxSubsegmentDuration); in GST_START_TEST()