Home
last modified time | relevance | path

Searched refs:PeriodEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c845 GstClockTime PeriodStart, PeriodEnd, start_time, duration; in gst_mpd_client_setup_representation() local
870 PeriodEnd = stream_period->start + stream_period->duration; in gst_mpd_client_setup_representation()
872 PeriodEnd = GST_CLOCK_TIME_NONE; in gst_mpd_client_setup_representation()
875 GST_TIME_FORMAT, GST_TIME_ARGS (PeriodStart), GST_TIME_ARGS (PeriodEnd)); in gst_mpd_client_setup_representation()
899 PeriodEnd - PeriodStart, PeriodStart, PeriodEnd - PeriodStart)) { in gst_mpd_client_setup_representation()
1005 PeriodEnd - PeriodStart, 0, PeriodEnd - PeriodStart)) { in gst_mpd_client_setup_representation()
1064 if (GST_CLOCK_TIME_IS_VALID (PeriodEnd)) { in gst_mpd_client_setup_representation()
1071 if (media_segment->start + media_segment->duration > PeriodEnd) { in gst_mpd_client_setup_representation()
1072 GstClockTime stop = PeriodEnd; in gst_mpd_client_setup_representation()
1076 if (next_segment && next_segment->start < PeriodEnd) in gst_mpd_client_setup_representation()
/third_party/gstreamer/gstplugins_bad/
DChangeLog91356 last argument was wrongly set to PeriodEnd
134735 - Periods are played in sequence, from PeriodStart to PeriodEnd