oggdemux: Fix format string compiler warning on OS X

This commit is contained in:
Philippe Normand 2010-06-12 13:04:43 +02:00 committed by Sebastian Dröge
parent d91e3d8d78
commit c25bf9777a

View file

@ -1176,7 +1176,7 @@ gst_ogg_map_search_index (GstOggStream * pad, gboolean before,
if (best == NULL)
return FALSE;
GST_INFO ("found at index %u", (best - pad->index));
GST_INFO ("found at index %li", (best - pad->index));
if (offset)
*offset = best->offset;