From 59dc89b3ee2101887422ef80b7c5e122c9521698 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 15 Feb 2010 09:04:17 +0100 Subject: oggparse: Fix another format string compiler warning --- ext/ogg/gstoggparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggparse.c b/ext/ogg/gstoggparse.c index 0d77bd30..a86958b5 100644 --- a/ext/ogg/gstoggparse.c +++ b/ext/ogg/gstoggparse.c @@ -529,7 +529,7 @@ gst_ogg_parse_chain (GstPad * pad, GstBuffer * buffer) GstOggStream *stream = (GstOggStream *) l->data; if (g_list_length (stream->headers) == 0) { - GST_LOG_OBJECT (ogg, "No primary header found for stream %u", + GST_LOG_OBJECT (ogg, "No primary header found for stream %08lx", stream->serialno); goto failure; } -- cgit