rtpsbcpay: Fix compile error
This commit is contained in:
parent
f641ac60e3
commit
e6b6583a5e
@ -227,7 +227,7 @@ gst_rtp_sbc_pay_flush_buffers (GstRtpSBCPay * sbcpay)
|
|||||||
res = gst_rtp_base_payload_push (GST_RTP_BASE_PAYLOAD (sbcpay), outbuf);
|
res = gst_rtp_base_payload_push (GST_RTP_BASE_PAYLOAD (sbcpay), outbuf);
|
||||||
|
|
||||||
/* try to send another RTP buffer if available data exceeds MTU size */
|
/* try to send another RTP buffer if available data exceeds MTU size */
|
||||||
} while (res == GST_FLOW_OK)
|
} while (res == GST_FLOW_OK);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user