From 34dd1db5f35921d7c5a98f07f3b6849d33e0ca10 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 Jun 2007 09:01:32 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: Fix compilation on mingw. Fixes #446972. Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain): Fix compilation on mingw. Fixes #446972. --- ChangeLog | 6 ++++++ ext/ogg/gstoggdemux.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 193edd45a3..622a670e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-13 Wim Taymans + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet), + (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain): + Fix compilation on mingw. Fixes #446972. + 2007-06-12 Wim Taymans Patches by: Thiago Sousa Santos diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 96f61e1f85..b8b5adacbe 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -2390,7 +2390,7 @@ gst_ogg_demux_read_chain (GstOggDemux * ogg, GstOggChain ** res_chain) for (i = 0; i < chain->streams->len; i++) { GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); - GST_LOG_OBJECT (ogg, "serial %08lx time %" GST_TIME_FORMAT, pad->serialno, + GST_LOG_OBJECT (ogg, "serial %08x time %" GST_TIME_FORMAT, pad->serialno, GST_TIME_ARGS (pad->start_time)); if (pad->serialno == serial) { @@ -2409,7 +2409,7 @@ gst_ogg_demux_read_chain (GstOggDemux * ogg, GstOggChain ** res_chain) /* the timestamp will be filled in when we submit the pages */ if (!pad->is_skeleton) done &= (pad->start_time != GST_CLOCK_TIME_NONE); - GST_LOG_OBJECT (ogg, "done %08lx now %d", pad->serialno, done); + GST_LOG_OBJECT (ogg, "done %08x now %d", pad->serialno, done); } /* we read a page not belonging to the current chain: seek back to the