Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c241 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()
Dgstmpdrootnode.h48 guint64 timeShiftBufferDepth; /* [ms] */ member
Dgstmpdparser.c1048 GST_MPD_DURATION_NONE, &new_mpd_root->timeShiftBufferDepth); in gst_mpdparser_parse_root_node()
Dgstdashdemux.c495 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()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c184 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()
/third_party/ffmpeg/doc/
Dmuxers.texi2511 guaranteed to be available. This will go in the @samp{timeShiftBufferDepth}
/third_party/gstreamer/gstplugins_bad/
DChangeLog91320 dash: Correct check for valid timeShiftBufferDepth
91321 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.