gdkpixbuf: use appropriate printf format for gsize

This commit is contained in:
Thijs Vermeir 2012-12-18 15:54:08 +01:00
parent de41376231
commit 8e9dc9491a

View file

@ -347,7 +347,8 @@ gst_gdk_pixbuf_dec_flush (GstGdkPixbufDec * filter)
gst_video_frame_unmap (&frame);
GST_DEBUG ("pushing... %d bytes", gst_buffer_get_size (outbuf));
GST_DEBUG ("pushing... %" G_GSIZE_FORMAT " bytes",
gst_buffer_get_size (outbuf));
ret = gst_pad_push (filter->srcpad, outbuf);
if (ret != GST_FLOW_OK)