mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
oggmux: fix warning building in mac os x
This commit is contained in:
parent
fbc60fc6f4
commit
cd425d3787
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ gst_ogg_mux_send_headers (GstOggMux * mux)
|
|||
if (hwalk == NULL) {
|
||||
GST_LOG_OBJECT (mux,
|
||||
"flushing page as packet %" G_GUINT64_FORMAT " is first or "
|
||||
"last packet", packet.packetno);
|
||||
"last packet", (guint64) packet.packetno);
|
||||
while (ogg_stream_flush (&pad->map.stream, &page)) {
|
||||
GstBuffer *hbuf = gst_ogg_mux_buffer_from_page (mux, &page, FALSE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue