Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c247 if (self->maxSegmentDuration) in gst_mpd_root_get_xml_node()
249 self->maxSegmentDuration); in gst_mpd_root_get_xml_node()
378 self->maxSegmentDuration = 0; /* [ms] */ in gst_mpd_root_node_init()
Dgstmpdrootnode.h50 guint64 maxSegmentDuration; /* [ms] */ member
Dgstmpdclient.c3037 segment_duration = client->mpd_root_node->maxSegmentDuration; in gst_mpd_client_parse_default_presentation_delay()
3056 if (client->mpd_root_node->maxSegmentDuration != GST_MPD_DURATION_NONE) { in gst_mpd_client_get_maximum_segment_duration()
3057 return client->mpd_root_node->maxSegmentDuration * GST_MSECOND; in gst_mpd_client_get_maximum_segment_duration()
Dgstmpdparser.c1052 GST_MPD_DURATION_NONE, &new_mpd_root->maxSegmentDuration); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c190 assert_equals_uint64 (mpdclient->mpd_root_node->maxSegmentDuration, in GST_START_TEST()
5918 assert_equals_uint64 (mpdclient->mpd_root_node->maxSegmentDuration, in GST_START_TEST()
6209 assert_equals_uint64 (first_mpdclient->mpd_root_node->maxSegmentDuration, in GST_START_TEST()
6210 second_mpdclient->mpd_root_node->maxSegmentDuration); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog70388 to check that it first checks the MPD@maxSegmentDuration and then falls
70405 According to the DASH specification, if maxSegmentDuration is not present,