GNOME Bugzilla – Bug 783457
playback example: Prettify time reporting for big values
Last modified: 2018-05-04 12:45:25 UTC
See patch
Created attachment 353238 [details] [review] playback example: Prettify time reporting for big values When dealing with streams/contents which have large duration, it is more user-friendly to show more details in the high values (hours or days) than in the microseconds. This patch will use the following formatting schemes: * Below 1hour : MM:SS.SSS * Below 24hours : HHhMMmSSs * Above : DDdHHhMMm
And another one that already was applied :)