Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h417 guint64 timeShiftBufferDepth; /* [ms] */ member
Dgstdashdemux.c494 if (self->client->mpd_node->timeShiftBufferDepth == GST_MPD_DURATION_NONE) { in gst_dash_demux_get_live_seek_range()
498 *stop - (self->client->mpd_node->timeShiftBufferDepth * GST_MSECOND); in gst_dash_demux_get_live_seek_range()
Dgstmpdparser.c2364 GST_MPD_DURATION_NONE, &new_mpd->timeShiftBufferDepth); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c151 assert_equals_uint64 (mpdclient->mpd_node->timeShiftBufferDepth, in GST_START_TEST()
/third_party/ffmpeg/doc/
Dmuxers.texi2471 guaranteed to be available. This will go in the @samp{timeShiftBufferDepth}
/third_party/gstreamer/gstplugins_bad/
DChangeLog51736 dash: Correct check for valid timeShiftBufferDepth
51737 If not set, the timeShiftBufferDepth has a default value of -1.
51740 timeShiftBufferDepth with 0 instead of -1 to determine if it was set.
59802 comprised between now - timeShiftBufferDepth and now.
59806 timeShiftBufferDepth.