rtpvrawpay: fix warning on macosx

This commit is contained in:
Josep Torra 2009-10-09 12:01:10 +02:00
parent a1fbe64317
commit 863233abf5

View file

@ -502,7 +502,8 @@ gst_rtp_vraw_pay_handle_buffer (GstBaseRTPPayload * payload, GstBuffer * buffer)
if (!cont)
break;
}
GST_LOG_OBJECT (rtpvrawpay, "consumed %d bytes", outdata - headers);
GST_LOG_OBJECT (rtpvrawpay, "consumed %d bytes",
(gint) (outdata - headers));
/* second pass, read headers and write the data */
while (TRUE) {