From 02c5942325c094e72bb47a7245ea42fef449f5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 Nov 2009 21:47:05 +0000 Subject: [PATCH] resindvd: printf format fixes --- ext/resindvd/gstmpegdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/resindvd/gstmpegdemux.c b/ext/resindvd/gstmpegdemux.c index d9aefe5301..0cda05969d 100644 --- a/ext/resindvd/gstmpegdemux.c +++ b/ext/resindvd/gstmpegdemux.c @@ -1232,7 +1232,7 @@ gst_flups_demux_parse_pack_start (GstFluPSDemux * demux) /* We keep the offset of this scr */ demux->last_scr_offset = demux->adapter_offset + 12; - GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", scr, scr_ext); + GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", (guint) scr, scr_ext); if (scr_ext) { scr = (scr * 300 + scr_ext % 300) / 300;