Searched refs:timeShiftBufferDepth (Results 1 – 7 of 7) sorted by relevance
241 if (self->timeShiftBufferDepth) in gst_mpd_root_get_xml_node()243 self->timeShiftBufferDepth); in gst_mpd_root_get_xml_node()376 self->timeShiftBufferDepth = 0; /* [ms] */ in gst_mpd_root_node_init()
48 guint64 timeShiftBufferDepth; /* [ms] */ member
1048 GST_MPD_DURATION_NONE, &new_mpd_root->timeShiftBufferDepth); in gst_mpdparser_parse_root_node()
495 if (self->client->mpd_root_node->timeShiftBufferDepth == in gst_dash_demux_get_live_seek_range()501 (self->client->mpd_root_node->timeShiftBufferDepth * GST_MSECOND); in gst_dash_demux_get_live_seek_range()
184 assert_equals_uint64 (mpdclient->mpd_root_node->timeShiftBufferDepth, in GST_START_TEST()6204 assert_equals_uint64 (first_mpdclient->mpd_root_node->timeShiftBufferDepth, in GST_START_TEST()6205 second_mpdclient->mpd_root_node->timeShiftBufferDepth); in GST_START_TEST()
2511 guaranteed to be available. This will go in the @samp{timeShiftBufferDepth}
91320 dash: Correct check for valid timeShiftBufferDepth91321 If not set, the timeShiftBufferDepth has a default value of -1.91324 timeShiftBufferDepth with 0 instead of -1 to determine if it was set.99386 comprised between now - timeShiftBufferDepth and now.99390 timeShiftBufferDepth.