mpdparser: renamed gst_mpd_client_get_next_segment_availability_end_time to gst_mpd_c...
authorFlorin Apostol <florin.apostol@oregan.net>
Tue, 10 Nov 2015 22:01:38 +0000 (22:01 +0000)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 9 Feb 2016 19:49:37 +0000 (16:49 -0300)
commit9ccd541980420f9fa8c22e8dd05b1916fecfd68e
tree9b565f06961ca213db5e35c755ed569712245daa
parentb96ea72b4f49a33fecf93b7681a509317c3f1140
mpdparser: renamed gst_mpd_client_get_next_segment_availability_end_time to gst_mpd_client_get_next_segment_availability_start_time

The function actually returns the segment availability start time (as defined by the standard).
That is at the end of the segment, but it is called availability start time.

Availability end time is something else (the time when the segment is no longer
available on the server). The function name was misleading.

https://bugzilla.gnome.org/show_bug.cgi?id=757655
ext/dash/gstdashdemux.c
ext/dash/gstmpdparser.c
ext/dash/gstmpdparser.h
tests/check/elements/dash_mpd.c