GNOME Bugzilla – Bug 758870
clock: GST_STIME_ARGS does not handle GST_CLOCK_STIME_NONE
Last modified: 2015-12-01 16:19:32 UTC
In presence of GST_CLOCK_STIME_NONE, GST_STIME_ARGS should print 99:99:99.999999999 to indicate the special value.
Created attachment 316573 [details] [review] gstclock: Fix GST_STIME_ARGS It wasn't properly handling GST_CLOCK_STIME_NONE and always use the sign marker (+/-) to make it easier to identify signed values in logs
Review of attachment 316573 [details] [review]: Hmm, I forgot to attach my patch yesterday. I don't really like the + - to be fair, we all know that no sign is positive (it's also harder to parse in LibreOffice Calc with the +). I don't mind duplicating, but the patch I started preparing doest not duplicate the code.
Review of attachment 316573 [details] [review]: As per IRC discussion. (y)
commit e5d5f99a9ed749f99a93e8afbfa722f652febaf7 Author: Edward Hervey <edward@centricular.com> Date: Mon Nov 30 17:11:33 2015 +0100 gstclock: Fix GST_STIME_ARGS It wasn't properly handling GST_CLOCK_STIME_NONE and always use the sign marker (+/-) to make it easier to identify signed values in logs https://bugzilla.gnome.org/show_bug.cgi?id=758870