GNOME Bugzilla – Bug 722398
core: Add unit to duration
Last modified: 2014-02-03 19:02:56 UTC
.
Created attachment 266529 [details] [review] core: Add unit to duration Looking at the various sources, this is currently in seconds
Created attachment 266530 [details] [review] apple: Fix duration The length are in mins:secs not hours:mins.
Comment on attachment 266529 [details] [review] core: Add unit to duration commit 8654445fae39768fcf776656e9c95133b21d9627 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Jan 17 08:57:07 2014 +0100 doc: Add unit to duration Looking at the various sources, this is currently in seconds https://bugzilla.gnome.org/show_bug.cgi?id=722398 src/data/grl-media.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Comment on attachment 266530 [details] [review] apple: Fix duration commit 9ad7bfd2f117a8b2e053861d9f8afdbf681e9bf5 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Jan 17 08:58:48 2014 +0100 apple-trailers: Fix duration The length are in mins:secs not hours:mins. https://bugzilla.gnome.org/show_bug.cgi?id=722398 src/apple-trailers/grl-apple-trailers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Created attachment 267993 [details] [review] apple-trailers: Fix tests Duration come as minutes:seconds, not hours:minutes.
Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Mon Feb 3 19:00:51 2014 +0000 apple-trailers: Fix tests Duration come as minutes:seconds, not hours:minutes. https://bugzilla.gnome.org/show_bug.cgi?id=722398 tests/apple-trailers/test_apple_trailers.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)