Fix format (type is explicitly unsigned long)

Fixes #674244
This commit is contained in:
Руслан Ижбулатов 2012-04-17 11:44:00 +04:00 committed by Wim Taymans
parent 5da5fef960
commit 06b62e00ae

View file

@ -490,7 +490,7 @@ gst_voaacenc_handle_frame (GstAudioEncoder * benc, GstBuffer * buf)
goto encode_failed;
}
GST_LOG_OBJECT (voaacenc, "encoded to %" G_GSIZE_FORMAT " bytes",
GST_LOG_OBJECT (voaacenc, "encoded to %lu bytes",
output.Length);
gst_buffer_unmap (buf, &map);
gst_buffer_unmap (out, &omap);