rtmpsrc: fix warning on osx.

This commit is contained in:
Alessandro Decina 2010-07-30 23:59:10 +02:00
parent b37869c315
commit fc9cfb0c00

View file

@ -328,7 +328,7 @@ gst_rtmp_src_create (GstPushSrc * pushsrc, GstBuffer ** buffer)
} else {
todo = 0;
}
GST_LOG (" got size %" G_GUINT64_FORMAT, read);
GST_LOG (" got size %d", read);
}
if (src->discont) {