mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
rtpsbcpay: Fix compile error
This commit is contained in:
parent
f641ac60e3
commit
e6b6583a5e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ gst_rtp_sbc_pay_flush_buffers (GstRtpSBCPay * sbcpay)
|
|||
res = gst_rtp_base_payload_push (GST_RTP_BASE_PAYLOAD (sbcpay), outbuf);
|
||||
|
||||
/* try to send another RTP buffer if available data exceeds MTU size */
|
||||
} while (res == GST_FLOW_OK)
|
||||
} while (res == GST_FLOW_OK);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue