oggdemux: fix a warning in macosx

This commit is contained in:
Josep Torra 2009-10-09 16:19:17 +02:00
parent e18b42c0b6
commit 8579028dc0

View file

@ -1661,7 +1661,8 @@ gst_ogg_demux_get_next_page (GstOggDemux * ogg, ogg_page * og, gint64 boundary,
GST_LOG_OBJECT (ogg,
"got page at %" G_GINT64_FORMAT ", serial %08x, end at %"
G_GINT64_FORMAT ", granule %" G_GINT64_FORMAT, res_offset,
ogg_page_serialno (og), ogg->offset, ogg_page_granulepos (og));
ogg_page_serialno (og), ogg->offset,
(gint64) ogg_page_granulepos (og));
break;
}
}