Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c99 self->mediaPresentationDuration = g_value_get_uint64 (value); in gst_mpd_root_node_set_property()
150 g_value_set_uint64 (value, self->mediaPresentationDuration); in gst_mpd_root_node_get_property()
232 if (self->mediaPresentationDuration) in gst_mpd_root_get_xml_node()
234 "mediaPresentationDuration", self->mediaPresentationDuration); in gst_mpd_root_get_xml_node()
373 self->mediaPresentationDuration = 0; /* [ms] */ in gst_mpd_root_node_init()
Dgstmpdrootnode.h45 guint64 mediaPresentationDuration; /* [ms] */ member
Dgstmpdclient.c1259 if (client->mpd_root_node->mediaPresentationDuration <= 0 && in gst_mpd_client_setup_media_presentation()
1260 client->mpd_root_node->mediaPresentationDuration != -1) { in gst_mpd_client_setup_media_presentation()
1390 } else if (client->mpd_root_node->mediaPresentationDuration != -1) { in gst_mpd_client_setup_media_presentation()
1392 if (client->mpd_root_node->mediaPresentationDuration * GST_MSECOND <= in gst_mpd_client_setup_media_presentation()
1398 client->mpd_root_node->mediaPresentationDuration * GST_MSECOND - in gst_mpd_client_setup_media_presentation()
2403 if (client->mpd_root_node->mediaPresentationDuration != -1) { in gst_mpd_client_get_media_presentation_duration()
2404 duration = client->mpd_root_node->mediaPresentationDuration * GST_MSECOND; in gst_mpd_client_get_media_presentation_duration()
Dgstmpdparser.c1042 GST_MPD_DURATION_NONE, &new_mpd_root->mediaPresentationDuration); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c175 assert_equals_uint64 (mpdclient->mpd_root_node->mediaPresentationDuration, in GST_START_TEST()
4239 GstClockTime mediaPresentationDuration; in GST_START_TEST() local
4253 mediaPresentationDuration = in GST_START_TEST()
4255 assert_equals_uint64 (mediaPresentationDuration, 3000000000); in GST_START_TEST()
6198 mpd_root_node->mediaPresentationDuration, in GST_START_TEST()
6199 second_mpdclient->mpd_root_node->mediaPresentationDuration); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog85004 dashdemux: parser rejects negative values for mediaPresentationDuration
91682 the last period and the MPD contains a mediaPresentationDuration attribute.
134706 …- gst_mpd_client_get_media_presentation_duration returns the mediaPresentationDuration from the MP…
134774 dashdemux: do not send bogus duration messages when mediaPresentationDuration is unknown
134788 …- for dynamic MPD files, when mediaPresentationDuration is not present use minimumUpdatePeriod ins…