GNOME Bugzilla – Bug 767496
flvdemux: won't parse a date string with trailing whitespace
Last modified: 2016-06-10 12:53:18 UTC
Through bug #767424 we found that a valid looking date time won't parse. "Thu May 11 15:57:46 2006 "
GstDateTime does not parse this kind of string, and the parsing is actually done in flvdemux in parse_flv_demux_parse_date_string(), so moving back there.
Oops, good point.
I'll have a look.
commit c51831a24588f7cbad2c9da6cbf93d81db60485a Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Jun 10 13:42:01 2016 +0100 flvdemux: fix date parsing when there are trailing spaces Fixes parsing of "Thu May 11 15:57:46 2006 ". https://bugzilla.gnome.org/show_bug.cgi?id=767496