Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c244 if (self->suggestedPresentationDelay) in gst_mpd_root_get_xml_node()
246 "suggestedPresentationDelay", self->suggestedPresentationDelay); in gst_mpd_root_get_xml_node()
377 self->suggestedPresentationDelay = 0; /* [ms] */ in gst_mpd_root_node_init()
Dgstmpdrootnode.h49 guint64 suggestedPresentationDelay; /* [ms] */ member
Dgstmpdparser.c1050 GST_MPD_DURATION_NONE, &new_mpd_root->suggestedPresentationDelay); in gst_mpdparser_parse_root_node()
Dgstdashdemux.c967 if (dashdemux->client->mpd_root_node->suggestedPresentationDelay != -1) { in gst_dash_demux_setup_streams()
969 dashdemux->client->mpd_root_node->suggestedPresentationDelay * -1000); in gst_dash_demux_setup_streams()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c187 assert_equals_uint64 (mpdclient->mpd_root_node->suggestedPresentationDelay, in GST_START_TEST()
6207 mpd_root_node->suggestedPresentationDelay, in GST_START_TEST()
6208 second_mpdclient->mpd_root_node->suggestedPresentationDelay); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog62371 dashdemux: fix default suggestedPresentationDelay
62372 When MPD@suggestedPresentationDelay is not present in the MPD,
62373 dashdemux can provide default suggestedPresentationDelay. However
62374 when applying default value of suggestedPresentationDelay, the value
62377 wall clock (current time) minus suggestedPresentationDelay, if we tried
62378 to start with current time plus suggestedPresentationDelay, we would
84895 dashdemux: provide a default suggestedPresentationDelay
84896 If MPD@suggestedPresentationDelay is not present in the manifest,
84907 The MPD@suggestedPresentationDelay attribute allows a content publisher
84910 If the MPD@suggestedPresentationDelay attribute is not present, provide