totem/totem-3.20.1-x86-uint64.patch

12 lines
504 B
Diff

--- totem-3.20.1/src/backend/bacon-video-widget.c 2016-06-01 11:40:22.205728421 +0200
+++ totem-3.20.1/src/backend/bacon-video-widget.c.orig 2016-06-01 11:39:48.873754323 +0200
@@ -2334,7 +2334,7 @@
if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) {
GST_DEBUG ("Chapter #%d (couldn't get times)", i);
} else {
- GST_DEBUG ("Chapter #%d (start: %lli stop: %lli)", i, start, stop);
+ GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
}
}