aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/totem-debug-format-fix.patch
blob: 7ddd31ee101a52e32b4e75307f05d3fd20322991 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
--- totem-3.20.1/src/backend/bacon-video-widget.c.orig	2016-03-22 12:45:32.000000000 -0400
+++ totem-3.20.1/src/backend/bacon-video-widget.c	2016-05-11 02:49:55.299109551 -0400
@@ -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: %li stop: %li)", i, start, stop);
+      GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, (long) start, (long) stop);
     }
   }
 
4ae0b488e79faafef75a06090be6b2ac6a2'>linux-container: Support container network sharing....Arun Isaac 2019-05-10linux-container: Improve filtering of unnecessary file systems....Ludovic Courtès 2019-04-23linux-container: Remove '%containerized-shepherd-service' hack....Ludovic Courtès 2019-03-25system: Add 'essential-services' field to <operating-system>....Ludovic Courtès 2019-03-13linux-container: 'containerized-operating-system' removes "useless" services....Ludovic Courtès