mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
oggdemux: fix a warning in macosx
This commit is contained in:
parent
e18b42c0b6
commit
8579028dc0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue