datetime: accept just a time as ISO 8601 string and use today's date then
authorVivia Nikolaidou <vivia@ahiru.eu>
Mon, 10 Aug 2015 12:31:37 +0000 (15:31 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 11 Aug 2015 08:50:50 +0000 (09:50 +0100)
commit88f6334af616b32fb8851d79faa8d31df552fea4
tree2f0f504dcad8525cf0f566b7045a1833759646d9
parent28100e0b6ae556e6abaf7decc45a85c230e58823
datetime: accept just a time as ISO 8601 string and use today's date then

If no date and only a time is given in gst_date_time_new_from_iso8601_string(),
assume that it is "today" and try to parse the time-only string. "Today" is
assumed to be in the timezone provided by the user (if any), otherwise Z -
just like the behavior of the existing code.

https://bugzilla.gnome.org/show_bug.cgi?id=753455
gst/gstdatetime.c
tests/check/gst/gstdatetime.c