oggdemux: Fix format string compiler warning on OS X
This commit is contained in:
parent
d91e3d8d78
commit
c25bf9777a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user