mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpvrawpay: fix warning on macosx
This commit is contained in:
parent
a1fbe64317
commit
863233abf5
1 changed files with 2 additions and 1 deletions
|
@ -502,7 +502,8 @@ gst_rtp_vraw_pay_handle_buffer (GstBaseRTPPayload * payload, GstBuffer * buffer)
|
||||||
if (!cont)
|
if (!cont)
|
||||||
break;
|
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 */
|
/* second pass, read headers and write the data */
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
|
|
Loading…
Reference in a new issue