[Bug 753455] datetime: allow passing just a time to gst_date_time_new_from_iso8601_string() and default to "today" as date then
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 11 03:11:08 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753455
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution|--- |FIXED
Target Milestone|git master |1.5.3
Summary|gstdatetime: |datetime: allow passing
|gst_date_time_new_from_iso8 |just a time to
|601_string: Default date is |gst_date_time_new_from_iso8
|"today" |601_string() and default to
| |"today" as date then
--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed:
commit 88f6334af616b32fb8851d79faa8d31df552fea4
Author: Vivia Nikolaidou <vivia at ahiru.eu>
Date: Mon Aug 10 15:31:37 2015 +0300
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list