oggmux: fix warning building in mac os x
authorJosep Torra <n770galaxy@gmail.com>
Fri, 1 Apr 2011 13:34:30 +0000 (15:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 1 Apr 2011 13:47:18 +0000 (15:47 +0200)
ext/ogg/gstoggmux.c

index 7c99c78..437ebbf 100644 (file)
@@ -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);