An error occurred while fetching the assigned milestone of the selected merge_request.
+ 33
− 23
@@ -55,6 +55,11 @@ struct _OrtpEventData{
@@ -74,29 +79,34 @@ extern "C"{
+ 14
− 9
@@ -1422,9 +1422,10 @@ static void log_send_error(RtpSession *session, const char *type, mblk_t *m, str
@@ -1482,11 +1483,14 @@ int rtp_session_rtp_send (RtpSession * session, mblk_t * m){
@@ -2024,13 +2028,14 @@ void* rtp_session_recvfrom_async(void* obj) {
@@ -2057,7 +2062,7 @@ int rtp_session_rtp_recv (RtpSession * session, uint32_t user_ts) {
@@ -2066,7 +2071,7 @@ int rtp_session_rtp_recv (RtpSession * session, uint32_t user_ts) {
+ 0
− 9
@@ -18,11 +18,6 @@
@@ -114,11 +109,7 @@ void ortp_tester_uninit() {
+ 2
− 4
@@ -22,6 +22,8 @@
@@ -34,10 +36,6 @@ extern test_suite_t extension_header_test_suite;