Searched refs:maxSegmentDuration (Results 1 – 6 of 6) sorted by relevance
247 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()
50 guint64 maxSegmentDuration; /* [ms] */ member
3037 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()
1052 GST_MPD_DURATION_NONE, &new_mpd_root->maxSegmentDuration); in gst_mpdparser_parse_root_node()
190 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()
70388 to check that it first checks the MPD@maxSegmentDuration and then falls70405 According to the DASH specification, if maxSegmentDuration is not present,