Home
last modified time | relevance | path

Searched refs:suggestedPresentationDelay (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h418 guint64 suggestedPresentationDelay; /* [ms] */ member
Dgstdashdemux.c960 if (dashdemux->client->mpd_node->suggestedPresentationDelay != -1) { in gst_dash_demux_setup_streams()
962 dashdemux->client->mpd_node->suggestedPresentationDelay * -1000); in gst_dash_demux_setup_streams()
Dgstmpdparser.c2366 GST_MPD_DURATION_NONE, &new_mpd->suggestedPresentationDelay); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c154 assert_equals_uint64 (mpdclient->mpd_node->suggestedPresentationDelay, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog22787 dashdemux: fix default suggestedPresentationDelay
22788 When MPD@suggestedPresentationDelay is not present in the MPD,
22789 dashdemux can provide default suggestedPresentationDelay. However
22790 when applying default value of suggestedPresentationDelay, the value
22793 wall clock (current time) minus suggestedPresentationDelay, if we tried
22794 to start with current time plus suggestedPresentationDelay, we would
45311 dashdemux: provide a default suggestedPresentationDelay
45312 If MPD@suggestedPresentationDelay is not present in the manifest,
45323 The MPD@suggestedPresentationDelay attribute allows a content publisher
45326 If the MPD@suggestedPresentationDelay attribute is not present, provide